NX Open C++ Reference Guide
|
This class provides interfaces to query result type attributes
An instance of this class can not be obtained
Created in NX7.5.0.
More...
Public Member Functions | |
std::vector< NXString > | AskComponents (std::vector< NXOpen::CAE::Result::Component > &components) |
Return all results components available for this result type. | |
bool | Complex () |
Returns a value indicating whether the result type is a complex value Created in NX7.5.0. | |
NXOpen::CAE::Result::DataType | Datatype () |
Returns the CAE::Result::DataType for this result type Created in NX7.5.0. | |
std::vector < NXOpen::CAE::Result::Section > | GetSectionDefined () |
Returns the sections where this result is defined. | |
NXOpen::CAE::Result::Location | Location () |
Returns the CAE::Result::Location where this result type is defined Created in NX7.5.0. | |
NXString | Name () |
Returns the name for this result type Created in NX7.5.0. | |
NXOpen::CAE::Result::Quantity | Quantity () |
Returns the CAE::Result::Quantity for this result type Created in NX7.5.0. | |
void | SetUserName (const NXString &name) |
Sets the user defined name of this result type Created in NX7.5.0. | |
void | SetUserName (const char *name) |
Sets the user defined name of this result type Created in NX7.5.0. | |
NXString | UserName () |
Returns the user defined name of this result type Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class provides interfaces to query result type attributes
An instance of this class can not be obtained
Created in NX7.5.0.
std::vector<NXString> NXOpen::CAE::BaseResultType::AskComponents | ( | std::vector< NXOpen::CAE::Result::Component > & | components | ) |
Return all results components available for this result type.
@return
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
components | components |
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")
NXOpen::CAE::Result::DataType NXOpen::CAE::BaseResultType::Datatype | ( | ) |
Returns the 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")
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. @return
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
NXOpen::CAE::Result::Location NXOpen::CAE::BaseResultType::Location | ( | ) |
Returns the 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")
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")
NXOpen::CAE::Result::Quantity NXOpen::CAE::BaseResultType::Quantity | ( | ) |
Returns the 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")
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")
name | name |
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")
name | name |
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")