HoleElementEdgeMethod Class

class NXOpen.CAE.HoleElementEdgeMethod

Bases: NXOpen.SelectionMethod

Represents the output from the hole element edge smart selector method

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

New in version NX11.0.0.

Methods

Method Description
Dispose Frees the object from memory.
GetElementEdges Returns the resultant element edges
GetFeElemEdges Returns the resultant element edges
GetSelectedObjects Returns the objects selected by this NXOpen.SelectionMethod.

Method Detail

Dispose

HoleElementEdgeMethod.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 NX11.0.0.

License requirements: None.

GetElementEdges

HoleElementEdgeMethod.GetElementEdges

Returns the resultant element edges

Signature GetElementEdges()

Returns:
Return type:list of NXOpen.CAE.SetObject

New in version NX11.0.0.

Deprecated since version NX11.0.2: Use NXOpen.CAE.HoleElementEdgeMethod.GetFeElemEdges().

License requirements: None.

GetFeElemEdges

HoleElementEdgeMethod.GetFeElemEdges

Returns the resultant element edges

Signature GetFeElemEdges()

Returns:Resultant element edges
Return type:list of NXOpen.CAE.FEElemEdge

New in version NX11.0.2.

License requirements: None.