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