NX Open C++ Reference Guide
|
This class represents a result type from a result file. More...
Public Member Functions | |
NXString | Subtitle () |
Returns the subtitle defined for the result type in the result file Created in NX7.5.0. | |
NXString | Title () |
Returns the title defined for the result type in the result file Created in NX7.5.0. | |
![]() | |
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 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.
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")
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")