NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Operation { Minimum, Maximum, MeanAverage }
 Operation type More...
 
enum  SubsetSelection { None, Geometry, FiniteElement }
 Model subset selection type More...
 

Public Member Functions

unsafe void Information ()
 Displays the information about this ResultMeasure in the listing window; the window must be open prior to this call. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe double Result [get]
 Returns the result measure result value More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a ResultMeasure class NXOpen.CAE.ResultMeasure .

Created in NX8.0.0

Member Enumeration Documentation

Operation type

Enumerator
Minimum 

Evaluate for the minimum value

Maximum 

Evaluate for the maximum value

MeanAverage 

Evaluate for the mean average value

Model subset selection type

Enumerator
None 

No subset selection, evaluate for entire model

Geometry 

Evaluate for subset selection of geometry entities

FiniteElement 

Evaluate for subset selection of finite element entities

Member Function Documentation

unsafe void NXOpen.CAE.ResultMeasure.Information ( )
inline

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

Property Documentation

unsafe double NXOpen.CAE.ResultMeasure.Result
get

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.