|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects all points created by a feature. More...
Public Member Functions | |
| void | GetData (std::vector< NXOpen::Features::Feature * > &features) |
| Gets the data for the feature points rule: FeaturePointsRule Created in NX5.0.2. | |
| virtual | ~FeaturePointsRule () |
| 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 all points created by a feature.
Created in NX5.0.2.
|
virtual |
Frees the object from memory.
Created in NX5.0.2.
License requirements : None
| void NXOpen::FeaturePointsRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features | ) |
Gets the data for the feature points rule: FeaturePointsRule
Created in NX5.0.2.
License requirements : gateway ("UG GATEWAY")
| features | Features whose points are used to create this rule |