NX Open C++ Reference Guide
|
Represents the output setting for function response evaluation
Created in NX5.0.0.
More...
Public Member Functions | |
NXString | RecordPrefix () |
Returns the prefix of evaluation results record name Created in NX5.0.0. | |
void | SetRecordPrefix (const NXString &recordPrefix) |
Sets the prefix of evaluation results record name Created in NX5.0.0. | |
void | SetRecordPrefix (const char *recordPrefix) |
Sets the prefix of evaluation results record name Created in NX5.0.0. | |
void | SetShowPlot (bool showPlot) |
Sets the option of show plot. | |
void | SetStoreOption (bool storeOption) |
Sets the store option. | |
bool | ShowPlot () |
Returns the option of show plot. | |
bool | StoreOption () |
Returns the store option. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the output setting for function response evaluation
Created in NX5.0.0.
NXString NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::RecordPrefix | ( | ) |
Returns the prefix of evaluation results record name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::SetRecordPrefix | ( | const NXString & | recordPrefix | ) |
Sets the prefix of evaluation results record name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
recordPrefix | record prefix |
void NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::SetRecordPrefix | ( | const char * | recordPrefix | ) |
Sets the prefix of evaluation results record name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
recordPrefix | record prefix |
void NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::SetShowPlot | ( | bool | showPlot | ) |
Sets the option of show plot.
If true, the evaluation results will be displayed on screen
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
showPlot | show plot |
void NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::SetStoreOption | ( | bool | storeOption | ) |
Sets the store option.
If true, the evaluation results will be stored on disk
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
storeOption | store option |
bool NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::ShowPlot | ( | ) |
Returns the option of show plot.
If true, the evaluation results will be displayed on screen
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
bool NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings::StoreOption | ( | ) |
Returns the store option.
If true, the evaluation results will be stored on disk
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")