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
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 @return
GetResultTypes Returns the result types present in this iteration @return
GetSubIterations Returns the sub iterations present in this iteration @return

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

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

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

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

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

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

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

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