NX Open C++ Reference Guide
|
Represents the basic result options for result measure
To obtain an instance of this class use CAE::ResultMeasureCollection .
More...
Public Member Functions | |
void | SetAbsoluteValue (bool bAbsValue) |
Set the option to use absolute values Created in NX8.5.0. | |
void | SetOperation (NXOpen::CAE::ResultMeasure::Operation eOperation) |
Set the operation type Created in NX8.5.0. | |
void | SetUnit (NXOpen::Unit *tUnit) |
Set the unit Created in NX8.5.0. | |
virtual | ~ResultMeasureResultOptions () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the basic result options for result measure
To obtain an instance of this class use CAE::ResultMeasureCollection .
Created in NX8.5.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::ResultMeasureResultOptions::SetAbsoluteValue | ( | bool | bAbsValue | ) |
Set the option to use absolute values
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bAbsValue | babsvalue |
void NXOpen::CAE::ResultMeasureResultOptions::SetOperation | ( | NXOpen::CAE::ResultMeasure::Operation | eOperation | ) |
Set the operation type
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
eOperation | eoperation |
void NXOpen::CAE::ResultMeasureResultOptions::SetUnit | ( | NXOpen::Unit * | tUnit | ) |
Set the unit
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
tUnit | tunit |