FEElementLabelMap Class¶
-
class
NXOpen.CAE.FEElementLabelMap¶ Bases:
NXOpen.TransientObjectRepresents a Elementl Label to an
CAE.FEElementmap, it can be used to quickly convert aCAE.FEElementlabel, which is generally used in solver input files and results files, in the element object itselfCAE.FEElementThis is an abstract class
New in version NX6.0.2.
Properties¶
| Property | Description |
|---|---|
| NumElements | Returns the number of CAE.FEElement |
Methods¶
| Method | Description |
|---|---|
| AskElementLabelUsed | Indicates whether input element label is already used or not |
| AskNextElementLabel | Returns the next CAE.FEElement label from the input put label. |
| Dispose | Destroys the object |
| GetElement | Returns CAE.FEElement given a CAE.FEElement label |
Property Detail¶
Method Detail¶
AskElementLabelUsed¶
-
FEElementLabelMap.AskElementLabelUsed¶ Indicates whether input element label is already used or not
Signature
AskElementLabelUsed(elementlabel)Parameters: elementlabel (int) – potential element label Returns: Return type: bool New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
AskNextElementLabel¶
-
FEElementLabelMap.AskNextElementLabel¶ Returns the next
CAE.FEElementlabel from the input put label.Signature
AskNextElementLabel(elementlabel)Parameters: elementlabel (int) – CAE.FEElementLabel, for first element label input 0Returns: next CAE.FEElementLabelReturn type: int New in version NX6.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”)
Dispose¶
-
FEElementLabelMap.Dispose¶ Destroys the object
Signature
Dispose()New in version NX6.0.2.
License requirements: None.
GetElement¶
-
FEElementLabelMap.GetElement¶ Returns
CAE.FEElementgiven aCAE.FEElementlabelSignature
GetElement(elementlabel)Parameters: elementlabel (int) – CAE.FEElementLabelReturns: CAE.FEElementReturn type: NXOpen.CAE.FEElementNew in version NX6.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”)