FEElemFace Class

class NXOpen.CAE.FEElemFace

Bases: NXOpen.TaggedObject

Represents a Finite Element Face.

New in version NX7.5.2.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetElementsAndFaceIds Returns the elements for this element face and the corresponding element face ids

Method Detail

GetElementsAndFaceIds

FEElemFace.GetElementsAndFaceIds

Returns the elements for this element face and the corresponding element face ids

Signature GetElementsAndFaceIds()

Returns:a tuple
Return type:A tuple consisting of (ptIElems, faceIds). ptIElems is a list of NXOpen.CAE.FEElement. faceIds is a list of int.

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)