NX Open C++ Reference Guide
|
Represents a pre-test setup
Created in NX7.5.0.
More...
Public Member Functions | |
NXOpen::CAE::PreTestExportUnvBuilder * | CreateExportUnvBuilder () |
Creates a pre-test export Unv builder. | |
NXOpen::CAE::PreTestExciterSelectionControl * | ExciterSelectionControl () |
The exciter selection configuration setup for this pre-test setup Created in NX8.0.0. | |
void | ExportShapeMetricsCsvFile (NXOpen::CAE::CorrelShapemetrictype metricCode, const NXString &filename) |
Export shape metrics to CSV file Created in NX7.5.0. | |
NXString | Name () |
Returns the pre-test name Created in NX7.5.0. | |
NXOpen::CAE::PreTestSensorSelectionControl * | SensorSelectionControl () |
The sensor selection configuration setup for this pre-test setup Created in NX7.5.0. | |
void | SetActiveWorkMode (int workModeNumber, bool active) |
Sets a specific work mode as active or not Created in NX7.5.0. | |
void | SetName (const NXString &name) |
Sets the pre-test name Created in NX7.5.0. | |
void | SetWorkModeWeight (int workModeNumber, double weight) |
Sets weight for a specific work mode Created in NX7.5.0. | |
void | SolveExciterConfig (NXOpen::CAE::PreTestExciterConfig *tExciterConfig) |
Solve exciter configuration Created in NX8.0.0. | |
void | SolveSensorConfig (NXOpen::CAE::PreTestSensorConfig *tSensorConfig) |
Solve sensor configuration Created in NX7.5.0. | |
void | UpdateResultsForSolution (NXOpen::CAE::SimSolution *tSolution, bool ignoreReload) |
Update results for pre-test solution Created in NX7.5.0. |
Represents a pre-test setup
Created in NX7.5.0.
Creates a pre-test export Unv builder.
NXOpen::CAE::PreTestExciterSelectionControl* NXOpen::CAE::PreTestSolution::ExciterSelectionControl | ( | ) |
The exciter selection configuration setup for this pre-test setup
Created in NX8.0.0.
void NXOpen::CAE::PreTestSolution::ExportShapeMetricsCsvFile | ( | NXOpen::CAE::CorrelShapemetrictype | metricCode, |
const NXString & | filename | ||
) |
Export 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. |
NXString NXOpen::CAE::PreTestSolution::Name | ( | ) | [virtual] |
Returns the pre-test name
Created in NX7.5.0.
License requirements : None
Reimplemented from NXOpen::NXObject.
NXOpen::CAE::PreTestSensorSelectionControl* NXOpen::CAE::PreTestSolution::SensorSelectionControl | ( | ) |
The sensor selection configuration setup for this pre-test setup
Created in NX7.5.0.
void NXOpen::CAE::PreTestSolution::SetActiveWorkMode | ( | int | workModeNumber, |
bool | active | ||
) |
Sets a specific work mode as active or not
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
workModeNumber | work mode to activate or deactivate |
active | activate or deactivate flag |
void NXOpen::CAE::PreTestSolution::SetName | ( | const NXString & | name | ) | [virtual] |
Sets the pre-test name
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
name | name |
Reimplemented from NXOpen::NXObject.
void NXOpen::CAE::PreTestSolution::SetWorkModeWeight | ( | int | workModeNumber, |
double | weight | ||
) |
Sets weight for a specific work mode
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
workModeNumber | work mode number to set the weight |
weight | weight to set the work mode |
void NXOpen::CAE::PreTestSolution::SolveExciterConfig | ( | NXOpen::CAE::PreTestExciterConfig * | tExciterConfig | ) |
Solve exciter configuration
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
tExciterConfig | exciter config |
void NXOpen::CAE::PreTestSolution::SolveSensorConfig | ( | NXOpen::CAE::PreTestSensorConfig * | tSensorConfig | ) |
Solve sensor configuration
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
tSensorConfig | sensor config |
void NXOpen::CAE::PreTestSolution::UpdateResultsForSolution | ( | NXOpen::CAE::SimSolution * | tSolution, |
bool | ignoreReload | ||
) |
Update results for pre-test solution
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
tSolution | solution |
ignoreReload | ignore reload |