BaseIteration Class

class NXOpen.CAE.BaseIteration

Bases: NXOpen.TaggedObject

This 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 ModalMass

Returns:
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 Name

Returns:
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 Type

Returns:
Return type:NXOpen.CAE.BaseIterationIterationType

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”)

Unit

BaseIteration.Unit

Returns the units for the iteration value

-------------------------------------

Getter Method

Signature Unit

Returns:
Return type:NXOpen.Unit

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”)

Value

BaseIteration.Value

Returns the iteration value

-------------------------------------

Getter Method

Signature Value

Returns:
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 ValueType

Returns:
Return type:NXOpen.CAE.BaseIterationIterationValueType

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”)

Method Detail

Find

BaseIteration.Find

Returns a NXOpen.CAE.BaseResultType

Signature Find(journalIdentifier)

Parameters:journalIdentifier (str) – Journal identifier of the object
Returns:
Return type:NXOpen.TaggedObject

New 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.BaseResultType

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”)

GetSubIterations

BaseIteration.GetSubIterations

Returns the sub iterations present in this iteration

Signature GetSubIterations()

Returns:
Return type:list of NXOpen.CAE.BaseIteration

New 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”)