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