NX Open C++ Reference Guide
|
Represents a curve feature rule
Created in NX3.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Features::Feature * > &features) |
Gets the data of the curve feature rule. | |
virtual | ~CurveFeatureRule () |
Frees the object from memory. |
Represents a curve feature rule
Created in NX3.0.0.
virtual NXOpen::CurveFeatureRule::~CurveFeatureRule | ( | ) | [virtual] |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
void NXOpen::CurveFeatureRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features | ) |
Gets the data of the curve feature rule.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
features | Features whose curves are used to create this rule |