NX Open C++ Reference Guide
Public Member Functions | 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

Public Member Functions

int Label ()
 Returns the identifier of the iteration that comes from a result file
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::BaseIteration
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Returns a NXOpen::CAE::BaseResultType. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Returns a NXOpen::CAE::BaseResultType. More...
 
std::vector
< NXOpen::CAE::BaseResultType * > 
GetResultTypes ()
 Returns the result types present in this iteration. More...
 
std::vector
< NXOpen::CAE::BaseIteration * > 
GetSubIterations ()
 Returns the sub iterations present in this iteration. More...
 
bool HasModalMass ()
 Whether this modal iteration has any mass value. More...
 
double ModalMass ()
 Returns the method returns mass value of this modal iteration
Created in NX11.0.2. More...
 
NXString Name ()
 Returns the name of the iteration
Created in NX7.5.0. More...
 
NXOpen::CAE::BaseIteration::IterationType Type ()
 Returns the type of the iteration
Created in NX7.5.0. More...
 
NXOpen::UnitUnit ()
 Returns the units for the iteration value
Created in NX7.5.0. More...
 
double Value ()
 Returns the iteration value
Created in NX7.5.0. More...
 
NXOpen::CAE::BaseIteration::IterationValueType ValueType ()
 Returns the iteration value type
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAE::BaseIteration
enum  IterationType {
  IterationTypeUnknown = -1, IterationTypeStatic, IterationTypeMode, IterationTypeConstraintMode,
  IterationTypeTransient, IterationTypeBuckling, IterationTypeNonlinear, IterationTypeFrequencyResponse
}
 The Analysis type of a iteration object. More...
 
enum  IterationValueType {
  IterationValueTypeUnknown = -1, IterationValueTypeTime, IterationValueTypeFrequency, IterationValueTypeLoadFactor,
  IterationValueTypeEigenvalue, IterationValueTypeHarmonic, IterationValueTypeRotationSpeed, IterationValueTypeDesignCycle,
  IterationValueTypeAcoustic
}
 The type of value that is stored in a iteration object. 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.

Member Function Documentation

int NXOpen::CAE::Iteration::Label ( )

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.