|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects bodies without any intent i.e. More...
Public Member Functions | |
| void | GetData (std::vector< NXOpen::Body * > &bodies) |
| Gets the data for the body dumb rule: BodyDumbRule Created in NX7.5.0. | |
| virtual | ~BodyDumbRule () |
| Frees the object from memory. | |
Public Member Functions inherited from NXOpen::SelectionIntentRule | |
| 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. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects bodies without any intent i.e.
as if collected with Single Body rule.
Created in NX7.5.0.
|
virtual |
Frees the object from memory.
Created in NX7.5.0.
License requirements : None
| void NXOpen::BodyDumbRule::GetData | ( | std::vector< NXOpen::Body * > & | bodies | ) |
Gets the data for the body dumb rule: BodyDumbRule
Created in NX7.5.0.
License requirements : gateway ("UG GATEWAY")
| bodies | Bodies which create this rule |