Iteration Class¶
-
class
NXOpen.CAE.Iteration¶ Bases:
NXOpen.CAE.BaseIterationRepresents iteration present in a
NXOpen.CAE.Loadcase.Iterations 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 iteration that comes from a result file |
| ModalMass | Returns the method returns mass value of this modal iteration |
| Name | Returns the name of the iteration |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of the iteration |
| Unit | Returns the units for the iteration value |
| Value | Returns the iteration value |
| ValueType | Returns the iteration value type |
Methods¶
| Method | Description |
|---|---|
| Find | Returns a NXOpen.CAE.BaseResultType |
| GetResultTypes | Returns the result types present in this iteration |
| GetSubIterations | Returns the sub iterations present in this iteration |
| HasModalMass | Whether this modal iteration has any mass value |
Property Detail¶
Label¶
-
Iteration.Label¶ Returns the identifier of the iteration 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”)