BaseIteration Class¶
-
class
NXOpen.CAE.BaseIteration¶ Bases:
NXOpen.TaggedObjectThis class provides interfaces to query iteration attributes
An instance of this class can not be obtained
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| 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 |
Enumerations¶
| BaseIterationIterationType Enumeration | The Analysis type of a iteration object |
| BaseIterationIterationValueType Enumeration | The type of value that is stored in a iteration object |
Property Detail¶
ModalMass¶
-
BaseIteration.ModalMass¶ Returns the method returns mass value of this modal iteration
-------------------------------------Getter Method
Signature
ModalMassReturns: Return type: float New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Name¶
-
BaseIteration.Name¶ Returns the name of the iteration
-------------------------------------Getter Method
Signature
NameReturns: Return type: str 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”)
Type¶
-
BaseIteration.Type¶ Returns the type of the iteration
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.CAE.BaseIterationIterationTypeNew 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”)
Unit¶
-
BaseIteration.Unit¶ Returns the units for the iteration value
-------------------------------------Getter Method
Signature
UnitReturns: Return type: NXOpen.UnitNew 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”)
Value¶
-
BaseIteration.Value¶ Returns the iteration value
-------------------------------------Getter Method
Signature
ValueReturns: Return type: float 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”)
ValueType¶
-
BaseIteration.ValueType¶ Returns the iteration value type
-------------------------------------Getter Method
Signature
ValueTypeReturns: Return type: NXOpen.CAE.BaseIterationIterationValueTypeNew 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”)
Method Detail¶
Find¶
-
BaseIteration.Find¶ Returns a
NXOpen.CAE.BaseResultTypeSignature
Find(journalIdentifier)Parameters: journalIdentifier (str) – Journal identifier of the object Returns: Return type: NXOpen.TaggedObjectNew in version NX7.5.0.
License requirements: None.
GetResultTypes¶
-
BaseIteration.GetResultTypes¶ Returns the result types present in this iteration
Signature
GetResultTypes()Returns: Return type: list of NXOpen.CAE.BaseResultTypeNew 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”)
GetSubIterations¶
-
BaseIteration.GetSubIterations¶ Returns the sub iterations present in this iteration
Signature
GetSubIterations()Returns: Return type: list of NXOpen.CAE.BaseIterationNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
HasModalMass¶
-
BaseIteration.HasModalMass¶ Whether this modal iteration has any mass value
Signature
HasModalMass()Returns: Return type: bool New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)