NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all bodies of a group. More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Group * > &groups) |
Gets the data for the body group rule: BodyGroupRule Created in NX7.5.0. | |
virtual | ~BodyGroupRule () |
Frees the object from memory. | |
![]() | |
NXOpen::SelectionIntentRule::RuleType | Type () |
Returns the get the type of selection intent rule: SelectionIntentRule Created in NX3.0.0. | |
virtual | ~SelectionIntentRule () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects all bodies of a group.
Created in NX7.5.0.
|
virtual |
Frees the object from memory.
Created in NX7.5.0.
License requirements : None
void NXOpen::BodyGroupRule::GetData | ( | std::vector< NXOpen::Group * > & | groups | ) |
Gets the data for the body group rule: BodyGroupRule
Created in NX7.5.0.
License requirements : gateway ("UG GATEWAY")
groups | Groups which create this rule |