RelatedElemFaceMethod Class

class NXOpen.CAE.RelatedElemFaceMethod

Bases: NXOpen.SelectionMethod

Represents the output from the related element face 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.
GetElementFaces Returns the resultant element faces
GetFeElemFaces Returns the resultant element faces
GetSelectedObjects Returns the objects selected by this NXOpen.SelectionMethod.

Method Detail

Dispose

RelatedElemFaceMethod.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.

GetElementFaces

RelatedElemFaceMethod.GetElementFaces

Returns the resultant element faces

Signature GetElementFaces()

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

New in version NX6.0.4.

Deprecated since version NX11.0.2: Use NXOpen.CAE.RelatedElemFaceMethod.GetFeElemFaces().

License requirements: None.

GetFeElemFaces

RelatedElemFaceMethod.GetFeElemFaces

Returns the resultant element faces

Signature GetFeElemFaces()

Returns:Resultant element faces
Return type:list of NXOpen.CAE.FEElemFace

New in version NX11.0.2.

License requirements: None.