NX Open C++ Reference Guide
|
This class represents a named measurable quantity. More...
Public Member Functions | |
void | Modify (const NXString &name, NXOpen::Unit *units) |
Modifies the name and units of CAE::SimConditionParam . | |
void | Modify (const char *name, NXOpen::Unit *units) |
Modifies the name and units of CAE::SimConditionParam . | |
NXString | Name () |
Returns the parameter name Created in NX9.0.0. | |
NXOpen::Unit * | Units () |
Returns the parameter units 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 named measurable quantity.
A collection of CAE::SimConditionParam represents a measurable environment. A CAE::SimCondition consists of specified values for all CAE::SimConditionParam , thus defining a state of the measurable environment.
An instance of this class can be obtained from CAE::SimConditionSeqMgr .
Created in NX9.0.0.
void NXOpen::CAE::SimConditionParam::Modify | ( | const NXString & | name, |
NXOpen::Unit * | units | ||
) |
Modifies the name and units of CAE::SimConditionParam .
An error will be issued if new name clashes with existing @link CAE::SimConditionParam CAE::SimConditionParam@endlink . Measure of units cannot be modified.
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
name | NOTE: The full Unicode character set is not supported for this parameter. |
units | units |
void NXOpen::CAE::SimConditionParam::Modify | ( | const char * | name, |
NXOpen::Unit * | units | ||
) |
Modifies the name and units of CAE::SimConditionParam .
An error will be issued if new name clashes with existing @link CAE::SimConditionParam CAE::SimConditionParam@endlink . Measure of units cannot be modified.
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
name | NOTE: The full Unicode character set is not supported for this parameter. |
units | units |
NXString NXOpen::CAE::SimConditionParam::Name | ( | ) |
Returns the parameter name
Created in NX9.0.0.
License requirements : None
NXOpen::Unit* NXOpen::CAE::SimConditionParam::Units | ( | ) |
Returns the parameter units
Created in NX9.0.0.
License requirements : None