NX Open C++ Reference Guide
|
Represents the output setting for function response evaluation. 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 | 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. |
Represents the output setting for function response evaluation.
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::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 |
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")
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")