NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.BaseIteration Class Reference

This class provides interfaces to query iteration attributes More...

Inheritance diagram for NXOpen.CAE.BaseIteration:
NXOpen.CAE.Iteration

Public Types

enum  IterationValueType {
  Unknown = -1, Time, Frequency, LoadFactor,
  Eigenvalue, Harmonic, RotationSpeed, DesignCycle,
  Acoustic
}
 The type of value that is stored in a iteration object More...
 
enum  IterationType {
  Unknown = -1, Static, Mode, ConstraintMode,
  Transient, Buckling, Nonlinear, FrequencyResponse
}
 The Analysis type of a iteration object More...
 

Public Member Functions

unsafe NXOpen.CAE.BaseIteration[] GetSubIterations ()
 Returns the sub iterations present in this iteration More...
 
unsafe NXOpen.CAE.BaseResultType[] GetResultTypes ()
 Returns the result types present in this iteration More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Returns a NXOpen.CAE.BaseResultType More...
 
unsafe bool HasModalMass ()
 Whether this modal iteration has any mass value More...
 

Properties

unsafe double ModalMass [get]
 Returns the method returns mass value of this modal iteration More...
 
unsafe string Name [get]
 Returns the name of the iteration More...
 
unsafe
NXOpen.CAE.BaseIteration.IterationType 
Type [get]
 Returns the type of the iteration More...
 
unsafe NXOpen.Unit Unit [get]
 Returns the units for the iteration value More...
 
unsafe double Value [get]
 Returns the iteration value More...
 
unsafe
NXOpen.CAE.BaseIteration.IterationValueType 
ValueType [get]
 Returns the iteration value type More...
 

Detailed Description

This class provides interfaces to query iteration attributes

An instance of this class can not be obtained

Created in NX7.5.0

Member Enumeration Documentation

The Analysis type of a iteration object

Enumerator
Unknown 

Iteration has an Unknown type

Static 

Static Analysis Iteration

Mode 

Modal Analysis Iteration

ConstraintMode 

Constraint Modal Analysis Iteration

Transient 

Transient Analysis Iteration

Buckling 

Buckling Analysis Iteration

Nonlinear 

NonLinear Analysis Iteration

FrequencyResponse 

Frequency Response Analysis Iteration

The type of value that is stored in a iteration object

Enumerator
Unknown 

Value has an Unknown type

Time 

Value represents a Time

Frequency 

Value represents a Frequency

LoadFactor 

Value represents a LoadFactor

Eigenvalue 

Value represents a Eigenvalue

Harmonic 

Value represents a Harmonic

RotationSpeed 

Value represents a RotationSpeed

DesignCycle 

Value represents a DesignCycle

Acoustic 

Value represents a Acoustic Mode

Member Function Documentation

unsafe NXOpen.TaggedObject NXOpen.CAE.BaseIteration.Find ( string  journalIdentifier)

Returns a NXOpen.CAE.BaseResultType

Created in NX7.5.0

License requirements: None.

Parameters
journalIdentifierJournal identifier of the object
Returns
unsafe NXOpen.CAE.BaseResultType [] NXOpen.CAE.BaseIteration.GetResultTypes ( )

Returns the result types present in this iteration

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.BaseIteration [] NXOpen.CAE.BaseIteration.GetSubIterations ( )

Returns the sub iterations present in this iteration

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe bool NXOpen.CAE.BaseIteration.HasModalMass ( )

Whether this modal iteration has any mass value

Created in NX11.0.2

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns

Property Documentation

unsafe double NXOpen.CAE.BaseIteration.ModalMass
get

Returns the method returns mass value of this modal iteration

Created in NX11.0.2

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe string NXOpen.CAE.BaseIteration.Name
get

Returns the name of the iteration

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.CAE.BaseIteration.IterationType NXOpen.CAE.BaseIteration.Type
get

Returns the type of the iteration

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.Unit NXOpen.CAE.BaseIteration.Unit
get

Returns the units for the iteration value

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe double NXOpen.CAE.BaseIteration.Value
get

Returns the iteration value

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

unsafe NXOpen.CAE.BaseIteration.IterationValueType NXOpen.CAE.BaseIteration.ValueType
get

Returns the iteration value type

Created in NX7.5.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.