FEElemEdge Class¶
-
class
NXOpen.CAE.FEElemEdge¶ Bases:
NXOpen.TaggedObjectRepresents a Finite Element Edge which can be shared by more that one element.
New in version NX7.5.2.
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.FEElementclassSignature
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.