Structure used to pass extrusion parameters to SMESH_MeshEditor. More...
Data Structures | |
struct | TBasePoint |
Public Member Functions | |
ExtrusionParams (const SMESH::DirStruct &theDir, CORBA::Long theNbOfSteps, const SMESH::double_array &theScaleFactors, CORBA::Boolean theLinearVariation, const SMESH::double_array &theBasePoint, CORBA::Boolean theMakeGroups) | |
ExtrusionParams (const SMESH::DirStruct &theDir, CORBA::Long theNbOfSteps, CORBA::Boolean theMakeGroups, CORBA::Long theExtrFlags, CORBA::Double theSewTolerance) | |
ExtrusionParams (CORBA::Double theStepSize, CORBA::Long theNbOfSteps, CORBA::Short theDim, CORBA::Boolean theByAverageNormal, CORBA::Boolean theUseInputElemsOnly, CORBA::Boolean theMakeGroups) | |
void | SetNoGroups () |
SMESH_SequenceOfNode & | ChangeNodes () |
int & | Flags () |
bool | ToMakeBoundary () const |
bool | ToMakeGroups () const |
bool | ToUseInpElemsOnly () const |
bool | IsLinearVariation () const |
int | NbSteps () const |
void | SetElementsToUse (const TIDSortedElemSet &elems, const TIDSortedElemSet &nodes) |
int | MakeNodes (SMESHDS_Mesh *mesh, const SMDS_MeshNode *srcNode, std::list< const SMDS_MeshNode * > &newNodes, const bool makeMediumNodes) |
Static Public Member Functions | |
static int | makeFlags (CORBA::Boolean MakeGroups, CORBA::Boolean LinearVariation=false, CORBA::Boolean ByAverageNormal=false, CORBA::Boolean UseInputElemsOnly=false, CORBA::Long Flags=0, CORBA::Boolean MakeBoundary=true) |
Data Fields | |
bool | myIsExtrusionByNormal |
Static Private Member Functions | |
static std::list< double > | toList (const SMESH::double_array &theScaleFactors) |
Structure used to pass extrusion parameters to SMESH_MeshEditor.
MeshEditor_I::ExtrusionParams::ExtrusionParams | ( | const SMESH::DirStruct & | theDir, |
CORBA::Long | theNbOfSteps, | ||
const SMESH::double_array & | theScaleFactors, | ||
CORBA::Boolean | theLinearVariation, | ||
const SMESH::double_array & | theBasePoint, | ||
CORBA::Boolean | theMakeGroups | ||
) |
MeshEditor_I::ExtrusionParams::ExtrusionParams | ( | const SMESH::DirStruct & | theDir, |
CORBA::Long | theNbOfSteps, | ||
CORBA::Boolean | theMakeGroups, | ||
CORBA::Long | theExtrFlags, | ||
CORBA::Double | theSewTolerance | ||
) |
MeshEditor_I::ExtrusionParams::ExtrusionParams | ( | CORBA::Double | theStepSize, |
CORBA::Long | theNbOfSteps, | ||
CORBA::Short | theDim, | ||
CORBA::Boolean | theByAverageNormal, | ||
CORBA::Boolean | theUseInputElemsOnly, | ||
CORBA::Boolean | theMakeGroups | ||
) |
|
inherited |
|
inherited |
Referenced by makeFlags(), and SetNoGroups().
|
inherited |
Referenced by SMESH_MeshEditor::ExtrusParam::ExtrusParam().
|
static |
|
inherited |
|
inherited |
|
inherited |
References SMDS_MeshElement::nodesIterator().
void MeshEditor_I::ExtrusionParams::SetNoGroups | ( | ) |
References SMESH_MeshEditor::EXTRUSION_FLAG_GROUPS, and SMESH_MeshEditor::ExtrusParam::Flags().
Referenced by SMESH_MeshEditor_i::ExtrusionByNormal(), and SMESH_MeshEditor_i::ExtrusionSweepObjects().
|
staticprivate |
|
inherited |
References SMESH::EXTRUSION_FLAG_BOUNDARY.
|
inherited |
|
inherited |
bool MeshEditor_I::ExtrusionParams::myIsExtrusionByNormal |