NX Open C++ Reference Guide
|
Represents the output from the circular edge smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager
Created in NX7.5.1.
More...
Public Member Functions | |
std::vector < NXOpen::CAE::CAEFace * > | GetEdges () |
Returns the resultant edges. | |
virtual | ~TangentContinuousEdgeMethod () |
Frees the object from memory. | |
![]() | |
virtual | ~SelectionMethod () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the output from the circular edge smart selector method
To obtain an instance of this class use CAE::SmartSelectionManager
Created in NX7.5.1.
|
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 NX7.5.1.
License requirements : None
std::vector<NXOpen::CAE::CAEFace *> NXOpen::CAE::TangentContinuousEdgeMethod::GetEdges | ( | ) |
Returns the resultant edges.