NX Open C++ Reference Guide
|
Represent a sensor selection configuration
Created in NX7.5.0.
More...
Public Member Functions | |
void | ExportCsvFile (NXOpen::CAE::PreTestSolution *mSol, const NXString &filename) |
Export sensor configuration to CSV file Created in NX7.5.0. | |
void | ExportShapeMetricsCsvFile (NXOpen::CAE::CorrelShapemetrictype metricCode, const NXString &filename) |
Export sensor configuration shape metrics to CSV file Created in NX7.5.0. | |
void | GenerateMatchingDofset () |
Generate Matching DOF Set with sensor configuration Created in NX7.5.0. | |
NXString | Name () |
Returns the sensor selection configuration name Created in NX7.5.0. | |
void | SetName (const NXString &name) |
Sets the sensor selection configuration name Created in NX7.5.0. |
Represent a sensor selection configuration
Created in NX7.5.0.
void NXOpen::CAE::PreTestSensorConfig::ExportCsvFile | ( | NXOpen::CAE::PreTestSolution * | mSol, |
const NXString & | filename | ||
) |
Export sensor configuration to CSV file
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
mSol | Pre-Test meta solution. |
filename | CSV file name. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::PreTestSensorConfig::ExportShapeMetricsCsvFile | ( | NXOpen::CAE::CorrelShapemetrictype | metricCode, |
const NXString & | filename | ||
) |
Export sensor configuration shape metrics to CSV file
Created in NX7.5.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. |
Generate Matching DOF Set with sensor configuration
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
NXString NXOpen::CAE::PreTestSensorConfig::Name | ( | ) | [virtual] |
Returns the sensor selection configuration name
Created in NX7.5.0.
License requirements : None
Reimplemented from NXOpen::NXObject.
void NXOpen::CAE::PreTestSensorConfig::SetName | ( | const NXString & | name | ) | [virtual] |
Sets the sensor selection configuration name
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
name | name |
Reimplemented from NXOpen::NXObject.