NX Open C++ Reference Guide
|
Represents the output setting for dynamic response evaluation
Created in NX5.0.0.
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. | |
void | SetRecordPrefix (const char *recordPrefix) |
Sets the prefix of evaluation results record name Created in NX5.0.0. | |
![]() | |
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 dynamic response evaluation
Created in NX5.0.0.
bool NXOpen::CAE::ResponseSimulation::DynamicEvaluationOutputSettings::PreviewOption | ( | ) |
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")
NXString NXOpen::CAE::ResponseSimulation::DynamicEvaluationOutputSettings::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::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 |
void NXOpen::CAE::ResponseSimulation::DynamicEvaluationOutputSettings::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 |