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

This class provides interfaces to query result type attributes
An instance of this class can not be obtained

Created in NX7.5.0. More...

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

Public Member Functions

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 provides interfaces to query result type attributes
An instance of this class can not be obtained

Created in NX7.5.0.


Member Function Documentation

std::vector<NXString> NXOpen::CAE::BaseResultType::AskComponents ( std::vector< NXOpen::CAE::Result::Component > &  components)

Return all results components available for this result type.

Returns

Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
Parameters
componentscomponents
NXOpen::Unit* NXOpen::CAE::BaseResultType::AskDefaultUnitForComponent ( NXOpen::CAE::Result::Component  component)

Returns default unit for a given component of this Result Type.

Returns

Created in NX12.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")
Parameters
componentcomponent
bool NXOpen::CAE::BaseResultType::Complex ( )

Returns a value indicating whether the result type is a complex value
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")

NXOpen::CAE::Result::DataType NXOpen::CAE::BaseResultType::Datatype ( )

Returns the NXOpen::CAE::Result::DataType for this result type
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")

std::vector<NXOpen::CAE::Result::Section> NXOpen::CAE::BaseResultType::GetSectionDefined ( )

Returns the sections where this result is defined.

This method should be used to find out what are those sections. If a result contain both shell and beam elements and this result is defined in different sections of respective elements, say TOP, BOTTOM, StressRecoveryPointC etc., then all of them will be returned in this array.

Returns

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")
NXOpen::CAE::Result::Location NXOpen::CAE::BaseResultType::Location ( )

Returns the NXOpen::CAE::Result::Location where this result type is defined
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::BaseResultType::Name ( )

Returns the name for this result type
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")

NXOpen::CAE::Result::Quantity NXOpen::CAE::BaseResultType::Quantity ( )

Returns the NXOpen::CAE::Result::Quantity for this result type
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")

void NXOpen::CAE::BaseResultType::SetUserName ( const NXString name)

Sets the user defined name of this result type
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")

Parameters
namename
void NXOpen::CAE::BaseResultType::SetUserName ( const char *  name)

Sets the user defined name of this result type
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")

Parameters
namename
NXString NXOpen::CAE::BaseResultType::UserName ( )

Returns the user defined name of this result type
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.