Loadcase Class¶
-
class
NXOpen.CAE.Loadcase¶ Bases:
NXOpen.CAE.BaseLoadcaseRepresents loadcases present in a
NXOpen.CAE.Result.Loadcases can not be created externally as these cases comes from the result file
An instance of this class can not be obtained
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Label | Returns the identifier of the loadcase that comes from a result file |
| Name | Returns the NX assigned name of the loadcase |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Find | Returns a NXOpen.CAE.BaseIteration |
| GetIterations | Get iteration present in this loadcase |
Property Detail¶
Label¶
-
Loadcase.Label¶ Returns the identifier of the loadcase that comes from a result file
-------------------------------------Getter Method
Signature
LabelReturns: Return type: int New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)