NX Open C++ Reference Guide
|
This class represents a step in the time history of a CAE::SimConditionSequence . More...
Public Member Functions | |
NXOpen::CAE::SimCondition * | Condition () |
Returns the Time Step condition Created in NX9.0.0. | |
NXString | Description () |
Returns the Time Step description Created in NX9.0.0. | |
void | SetCondition (NXOpen::CAE::SimCondition *condition) |
Sets the Time Step condition Created in NX9.0.0. | |
void | SetDescription (const NXString &description) |
Sets the Time Step description Created in NX9.0.0. | |
void | SetDescription (const char *description) |
Sets the Time Step description Created in NX9.0.0. | |
double | Time () |
Returns the Time Step time Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class represents a step in the time history of a CAE::SimConditionSequence .
The time history of a @link CAE::SimConditionSequence CAE::SimConditionSequence@endlink is a time ordered list of @link CAE::SimConditionTimeStep CAE::SimConditionTimeStep@endlink .
An instance of this class can be obtained from CAE::SimConditionSequence .
Created in NX9.0.0.
NXOpen::CAE::SimCondition* NXOpen::CAE::SimConditionTimeStep::Condition | ( | ) |
Returns the Time Step condition
Created in NX9.0.0.
License requirements : None
NXString NXOpen::CAE::SimConditionTimeStep::Description | ( | ) |
Returns the Time Step description
Created in NX9.0.0.
License requirements : None
void NXOpen::CAE::SimConditionTimeStep::SetCondition | ( | NXOpen::CAE::SimCondition * | condition | ) |
Sets the Time Step condition
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
condition | condition |
void NXOpen::CAE::SimConditionTimeStep::SetDescription | ( | const NXString & | description | ) |
Sets the Time Step description
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
description | description |
void NXOpen::CAE::SimConditionTimeStep::SetDescription | ( | const char * | description | ) |
Sets the Time Step description
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
description | description |
double NXOpen::CAE::SimConditionTimeStep::Time | ( | ) |
Returns the Time Step time
Created in NX9.0.0.
License requirements : None