NX Open C++ Reference Guide
|
Represents a CAE::PreTestSensorConfig builder
To create a new instance of this class, use CAE::PreTestSolutionCollection::CreateSensorConfigBuilder
Default values.
More...
Public Types | |
enum | AlgorithmChoiceType { AlgorithmChoiceTypeMinMac } |
Selected algorithm for the sensor selection. More... | |
Public Member Functions | |
NXOpen::CAE::PreTestSensorConfigBuilder::AlgorithmChoiceType | AlgorithmChoice () |
Returns the sensor selection algorithm Created in NX7.5.0. | |
NXString | Name () |
Returns the name Created in NX7.5.0. | |
int | NumTriaxialSensors () |
Returns the number of triaxial sensors to select Created in NX7.5.0. | |
int | NumUniaxialSensors () |
Returns the number of uniaxial sensors to select Created in NX7.5.0. | |
void | SetAlgorithmChoice (NXOpen::CAE::PreTestSensorConfigBuilder::AlgorithmChoiceType algorithmChoice) |
Sets the sensor selection algorithm Created in NX7.5.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX7.5.0. | |
void | SetNumTriaxialSensors (int numTriaxialSensors) |
Sets the number of triaxial sensors to select Created in NX7.5.0. | |
void | SetNumUniaxialSensors (int numUniaxialSensors) |
Sets the number of uniaxial sensors to select Created in NX7.5.0. |
Represents a CAE::PreTestSensorConfig builder
To create a new instance of this class, use CAE::PreTestSolutionCollection::CreateSensorConfigBuilder
Default values.
Property | Value |
---|---|
AlgorithmChoice |
MinMac |
NumTriaxialSensors |
0 |
NumUniaxialSensors |
10 |
Created in NX7.5.0.
NXOpen::CAE::PreTestSensorConfigBuilder::AlgorithmChoiceType NXOpen::CAE::PreTestSensorConfigBuilder::AlgorithmChoice | ( | ) |
Returns the sensor selection algorithm
Created in NX7.5.0.
License requirements : None
Returns the name
Created in NX7.5.0.
License requirements : None
Returns the number of triaxial sensors to select
Created in NX7.5.0.
License requirements : None
Returns the number of uniaxial sensors to select
Created in NX7.5.0.
License requirements : None
void NXOpen::CAE::PreTestSensorConfigBuilder::SetAlgorithmChoice | ( | NXOpen::CAE::PreTestSensorConfigBuilder::AlgorithmChoiceType | algorithmChoice | ) |
Sets the sensor selection algorithm
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
algorithmChoice | algorithmchoice |
void NXOpen::CAE::PreTestSensorConfigBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
name | name |
void NXOpen::CAE::PreTestSensorConfigBuilder::SetNumTriaxialSensors | ( | int | numTriaxialSensors | ) |
Sets the number of triaxial sensors to select
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
numTriaxialSensors | numtriaxialsensors |
void NXOpen::CAE::PreTestSensorConfigBuilder::SetNumUniaxialSensors | ( | int | numUniaxialSensors | ) |
Sets the number of uniaxial sensors to select
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
numUniaxialSensors | numuniaxialsensors |