NX Open C++ Reference Guide
|
Represents the output from the related face smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager
Created in NX6.0.0.
More...
Public Member Functions | |
std::vector < NXOpen::CAE::CAEFace * > | GetFaces () |
Returns the resultant faces. | |
virtual | ~RelatedFaceMethod () |
Frees the object from memory. |
Represents the output from the related face smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager
Created in NX6.0.0.
virtual NXOpen::CAE::RelatedFaceMethod::~RelatedFaceMethod | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.0.
License requirements : None
std::vector<NXOpen::CAE::CAEFace *> NXOpen::CAE::RelatedFaceMethod::GetFaces | ( | ) |
Returns the resultant faces.