NX Open C++ Reference Guide
|
Represents a group of nodes or elements
Created in NX8.0.0.
More...
Public Types | |
enum | DefinitionType { DefinitionTypeAll, DefinitionTypeSelected, DefinitionTypeDesignArea, DefinitionTypeMeshSmoothingArea } |
Represents the definition method of a group. More... | |
enum | GroupElementType { GroupElementTypeElement, GroupElementTypeNode } |
Represents the type of group elements. More... | |
Public Member Functions | |
NXOpen::CAE::Optimization::TBSGroupDefinition::DefinitionType | Definition () |
Returns the definition type Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType | GetElementType () |
Returns the group element type. | |
void | SetDefinition (NXOpen::CAE::Optimization::TBSGroupDefinition::DefinitionType definition) |
Sets the definition type Created in NX8.0.0. | |
NXOpen::CAE::SetManager * | TargetSet () |
Returns the target set Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a group of nodes or elements
Created in NX8.0.0.
Represents the definition method of a group.
NXOpen::CAE::Optimization::TBSGroupDefinition::DefinitionType NXOpen::CAE::Optimization::TBSGroupDefinition::Definition | ( | ) |
Returns the definition type
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType NXOpen::CAE::Optimization::TBSGroupDefinition::GetElementType | ( | ) |
Returns the group element type.
void NXOpen::CAE::Optimization::TBSGroupDefinition::SetDefinition | ( | NXOpen::CAE::Optimization::TBSGroupDefinition::DefinitionType | definition | ) |
Sets the definition type
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
definition | definition |
NXOpen::CAE::SetManager* NXOpen::CAE::Optimization::TBSGroupDefinition::TargetSet | ( | ) |
Returns the target set
Created in NX8.0.0.
License requirements : None