NX Open C++ Reference Guide
|
Contains information about the types by which we do auto grouping. More...
Public Member Functions | |
AutoGroupTypes (bool byMaterialInitial, bool byPptInitial, bool byColorInitial, bool bySectionInitial, bool byLaminateInitial, bool byDimensionInitial, bool byMeshcolltypeInitial, bool byMeshsubtypeInitial) | |
Constructor for the AutoGroupTypes struct. | |
Public Attributes | |
bool | ByColor |
true if meshes are to be grouped by color | |
bool | ByDimension |
true if meshes are to be grouped by dimension | |
bool | ByLaminate |
true if meshes are to be grouped by laminate | |
bool | ByMaterial |
true if meshes are to be grouped by material | |
bool | ByMeshcolltype |
true if meshes are to be grouped by mesh collector type | |
bool | ByMeshsubtype |
related to meshes_by_meshcolltype, true if we also want to group by mesh subtype | |
bool | ByPpt |
true if meshes are to be grouped by physical property table | |
bool | BySection |
true if meshes are to be grouped by 1-D section |
Contains information about the types by which we do auto grouping.
NXOpen::CAE::CaeGroupCollection::AutoGroupTypes::AutoGroupTypes | ( | bool | byMaterialInitial, |
bool | byPptInitial, | ||
bool | byColorInitial, | ||
bool | bySectionInitial, | ||
bool | byLaminateInitial, | ||
bool | byDimensionInitial, | ||
bool | byMeshcolltypeInitial, | ||
bool | byMeshsubtypeInitial | ||
) |
Constructor for the AutoGroupTypes struct.
byMaterialInitial | true if meshes are to be grouped by material |
byPptInitial | true if meshes are to be grouped by physical property table |
byColorInitial | true if meshes are to be grouped by color |
bySectionInitial | true if meshes are to be grouped by 1-D section |
byLaminateInitial | true if meshes are to be grouped by laminate |
byDimensionInitial | true if meshes are to be grouped by dimension |
byMeshcolltypeInitial | true if meshes are to be grouped by mesh collector type |
byMeshsubtypeInitial | related to meshes_by_meshcolltype, true if we also want to group by mesh subtype |
true if meshes are to be grouped by color
true if meshes are to be grouped by dimension
true if meshes are to be grouped by laminate
true if meshes are to be grouped by material
true if meshes are to be grouped by mesh collector type
related to meshes_by_meshcolltype, true if we also want to group by mesh subtype
true if meshes are to be grouped by physical property table
true if meshes are to be grouped by 1-D section