NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

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...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAE.BaseIteration
enum  IterationType {
  Unknown = -1, Static, Mode, ConstraintMode,
  Transient, Buckling, Nonlinear, FrequencyResponse
}
 The Analysis type of a iteration object More...
 
enum  IterationValueType {
  Unknown = -1, Time, Frequency, LoadFactor,
  Eigenvalue, Harmonic, RotationSpeed, DesignCycle,
  Acoustic, BoltSequence, AeroMode
}
 The type of value that is stored in a iteration object More...
 
- Public Member Functions inherited from NXOpen.CAE.BaseIteration
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Returns a NXOpen.CAE.BaseResultType More...
 
unsafe NXOpen.CAE.BaseResultType[] GetResultTypes ()
 Returns the result types present in this iteration More...
 
unsafe NXOpen.CAE.BaseIteration[] GetSubIterations ()
 Returns the sub iterations present in this iteration More...
 
unsafe NXOpen.Unit GetUnitOfType (NXOpen.CAE.BaseIteration.IterationValueType valueType)
 The unit for the iteration type More...
 
unsafe double GetValueOfType (NXOpen.CAE.BaseIteration.IterationValueType valueType)
 The iteration value of iteration type More...
 
unsafe void GetValueTypes (out NXOpen.CAE.BaseIteration.IterationValueType[] valueType)
 The array of iteration value types More...
 
unsafe bool HasModalMass ()
 Whether this modal iteration has any mass value More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.