NX Open C++ Reference Guide
|
Represent a exciter selection configuration
Created in NX8.0.0.
More...
Public Member Functions | |
void | ExportCsvFile (const NXString &filename) |
Export exciter configuration to CSV file Created in NX8.0.0. | |
void | ExportShapeMetricsCsvFile (NXOpen::CAE::CorrelShapemetrictype metricCode, const NXString &filename) |
Export exciter configuration shape metrics to CSV file Created in NX8.0.0. | |
NXString | Name () |
Returns the exciter selection configuration name Created in NX8.0.0. | |
void | SetName (const NXString &name) |
Sets the exciter selection configuration name Created in NX8.0.0. |
Represent a exciter selection configuration
Created in NX8.0.0.
void NXOpen::CAE::PreTestExciterConfig::ExportCsvFile | ( | const NXString & | filename | ) |
Export exciter configuration to CSV file
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
filename | CSV file name. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::PreTestExciterConfig::ExportShapeMetricsCsvFile | ( | NXOpen::CAE::CorrelShapemetrictype | metricCode, |
const NXString & | filename | ||
) |
Export exciter configuration shape metrics to CSV file
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
metricCode | shape metric code |
filename | CSV file name. NOTE: The full Unicode character set is not supported for this parameter. |
NXString NXOpen::CAE::PreTestExciterConfig::Name | ( | ) | [virtual] |
Returns the exciter selection configuration name
Created in NX8.0.0.
License requirements : None
Reimplemented from NXOpen::NXObject.
void NXOpen::CAE::PreTestExciterConfig::SetName | ( | const NXString & | name | ) | [virtual] |
Sets the exciter selection configuration name
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
name | name |
Reimplemented from NXOpen::NXObject.