NX Open C++ Reference Guide
|
Represents a ResultMeasure class CAE::ResultMeasure . More...
Public Types | |
enum | Operation { OperationMinimum, OperationMaximum, OperationMeanAverage } |
Operation type. More... | |
enum | SubsetSelection { SubsetSelectionNone, SubsetSelectionGeometry, SubsetSelectionFiniteElement } |
Model subset selection type. More... | |
Public Member Functions | |
void | Information () |
Displays the information about this ResultMeasure in the listing window; the window must be open prior to this call. | |
double | Result () |
Returns the result measure result value Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a ResultMeasure class CAE::ResultMeasure .
Created in NX8.0.0.
void NXOpen::CAE::ResultMeasure::Information | ( | ) |
Displays the information about this ResultMeasure in the listing window; the window must be open prior to this call.
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
double NXOpen::CAE::ResultMeasure::Result | ( | ) |
Returns the result measure result value
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")