NXOpen .NET Reference  12.0.0
Properties | List of all members
NXOpen.CAE.Iteration Class Reference

Represents iteration present in a NXOpen.CAE.Loadcase . More...

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

Properties

unsafe int Label [get]
 Returns the identifier of the iteration that comes from a result file More...
 
- Properties inherited from NXOpen.CAE.BaseIteration
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...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAE.BaseIteration
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 inherited from NXOpen.CAE.BaseIteration
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...
 

Detailed Description

Represents 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

Created in NX7.5.0

Property Documentation

unsafe int NXOpen.CAE.Iteration.Label
get

Returns the identifier of the iteration that comes from a result file

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.