NX Open C++ Reference Guide
|
Represents an face region rule
Created in NX4.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Face * > &boundaryFaces) |
Gets the data of the face region rule. | |
virtual | ~FaceRegionRule () |
Frees the object from memory. |
Represents an face region rule
Created in NX4.0.0.
virtual NXOpen::FaceRegionRule::~FaceRegionRule | ( | ) | [virtual] |
Frees the object from memory.
Created in NX4.0.0.
License requirements : None
void NXOpen::FaceRegionRule::GetData | ( | std::vector< NXOpen::Face * > & | boundaryFaces | ) |
Gets the data of the face region rule.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
boundaryFaces | Boundary Faces which creates this rule |