NX Open C++ Reference Guide
|
Represents a Feature Points rule
Created in NX5.0.2.
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. |
Represents a Feature Points rule
Created in NX5.0.2.
virtual NXOpen::FeaturePointsRule::~FeaturePointsRule | ( | ) | [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 : solid_modeling ("SOLIDS MODELING")
features | Features whose points are used to create this rule |