NX Open C++ Reference Guide
|
Represents the output setting for dynamic response evaluation. More...
Public Member Functions | |
bool | PreviewOption () |
Returns the preview option. | |
NXString | RecordPrefix () |
Returns the prefix of evaluation results record name Created in NX5.0.0. | |
void | SetPreviewOption (bool previewOption) |
Sets the preview option. | |
void | SetRecordPrefix (const NXString &recordPrefix) |
Sets the prefix of evaluation results record name Created in NX5.0.0. |
Represents the output setting for dynamic response evaluation.
Returns the preview option.
If true, the evaluation results will be previewed by plot and not saved to disk until you confirm to save them
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
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::DynamicEvaluationOutputSettings::SetPreviewOption | ( | bool | previewOption | ) |
Sets the preview option.
If true, the evaluation results will be previewed by plot and not saved to disk until you confirm to save them
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
previewOption | preview option |
void NXOpen::CAE::ResponseSimulation::DynamicEvaluationOutputSettings::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 |