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

This class represents a result type from a result file. More...

Inheritance diagram for NXOpen::CAE::ResultType:
NXOpen::CAE::BaseResultType NXOpen::TaggedObject

Public Member Functions

NXString Subtitle ()
 Returns the subtitle defined for the result type in the result file
Created in NX7.5.0. More...
 
NXString Title ()
 Returns the title defined for the result type in the result file
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::BaseResultType
std::vector< NXStringAskComponents (std::vector< NXOpen::CAE::Result::Component > &components)
 Return all results components available for this result type. More...
 
NXOpen::UnitAskDefaultUnitForComponent (NXOpen::CAE::Result::Component component)
 Returns default unit for a given component of this Result Type. More...
 
bool Complex ()
 Returns a value indicating whether the result type is a complex value
Created in NX7.5.0. More...
 
NXOpen::CAE::Result::DataType Datatype ()
 Returns the NXOpen::CAE::Result::DataType for this result type
Created in NX7.5.0. More...
 
std::vector
< NXOpen::CAE::Result::Section
GetSectionDefined ()
 Returns the sections where this result is defined. More...
 
NXOpen::CAE::Result::Location Location ()
 Returns the NXOpen::CAE::Result::Location where this result type is defined
Created in NX7.5.0. More...
 
NXString Name ()
 Returns the name for this result type
Created in NX7.5.0. More...
 
NXOpen::CAE::Result::Quantity Quantity ()
 Returns the NXOpen::CAE::Result::Quantity for this result type
Created in NX7.5.0. More...
 
void SetUserName (const NXString &name)
 Sets the user defined name of this result type
Created in NX7.5.0. More...
 
void SetUserName (const char *name)
 Sets the user defined name of this result type
Created in NX7.5.0. More...
 
NXString UserName ()
 Returns the user defined name of this result type
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class represents a result type from a result file.

The attributes of this object reflect what is present in the result file. This object can not be created externally as these cases comes from the result file it will be created automatically during result file loading
An instance of this class can not be obtained

Created in NX7.5.0.

Member Function Documentation

NXString NXOpen::CAE::ResultType::Subtitle ( )

Returns the subtitle defined for the result type in the result file
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

NXString NXOpen::CAE::ResultType::Title ( )

Returns the title defined for the result type in the result file
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")


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