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