NX Open C++ Reference Guide
|
Represents a face and adjacent faces rule
Created in NX7.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Face * > &faces) |
Gets the data of the face and adjacent faces rule. | |
virtual | ~FaceAndAdjacentFacesRule () |
Frees the object from memory. |
Represents a face and adjacent faces rule
Created in NX7.0.0.
virtual NXOpen::FaceAndAdjacentFacesRule::~FaceAndAdjacentFacesRule | ( | ) | [virtual] |
Frees the object from memory.
Created in NX7.0.0.
License requirements : None
void NXOpen::FaceAndAdjacentFacesRule::GetData | ( | std::vector< NXOpen::Face * > & | faces | ) |
Gets the data of the face and adjacent faces rule.
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
faces | Faces which create this rule |