NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ResultMeasure Class Reference

Represents a ResultMeasure class NXOpen::CAE::ResultMeasure . More...

Inheritance diagram for NXOpen::CAE::ResultMeasure:
NXOpen::TaggedObject

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. More...
 
double Result ()
 Returns the result measure result value
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a ResultMeasure class NXOpen::CAE::ResultMeasure .


Created in NX8.0.0.

Member Enumeration Documentation

Operation type.

Enumerator
OperationMinimum 

Evaluate for the minimum value.

OperationMaximum 

Evaluate for the maximum value.

OperationMeanAverage 

Evaluate for the mean average value.

Model subset selection type.

Enumerator
SubsetSelectionNone 

No subset selection, evaluate for entire model.

SubsetSelectionGeometry 

Evaluate for subset selection of geometry entities.

SubsetSelectionFiniteElement 

Evaluate for subset selection of finite element entities.

Member Function Documentation

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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.