RelatedVertexMethod Class

class NXOpen.CAE.RelatedVertexMethod

Bases: NXOpen.SelectionMethod

Represents the output from the related vertex smart selector method

To obtain an instance of this class use CAE::SmartSelectionManager

New in version NX6.0.0.

Methods

Method Description
Dispose Frees the object from memory.
GetSelectedObjects Returns the objects selected by this NXOpen.SelectionMethod.
GetVertices Returns the resultant vertices

Method Detail

Dispose

RelatedVertexMethod.Dispose

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.

Signature Dispose()

New in version NX6.0.0.

License requirements: None.

GetVertices

RelatedVertexMethod.GetVertices

Returns the resultant vertices

Signature GetVertices()

Returns:Resultant vertices
Return type:list of NXOpen.CAE.CAEVertex

New in version NX6.0.4.

License requirements: None.