FEElemEdge Class

class NXOpen.CAE.FEElemEdge

Bases: NXOpen.TaggedObject

Represents a Finite Element Edge which can be shared by more that one element.

New in version NX7.5.2.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetElementsAndEdgeIds Returns the elements for this element edge and the corresponding element edge ids.

Method Detail

GetElementsAndEdgeIds

FEElemEdge.GetElementsAndEdgeIds

Returns the elements for this element edge and the corresponding element edge ids.

More information can be queried for these element edges by using the method on NXOpen.CAE.FEElement class

Signature GetElementsAndEdgeIds()

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

New in version NX11.0.0.

License requirements: None.