|
NX Open C++ Reference Guide
|
Represents a @link CAE::PreTestSensorConfig CAE::PreTestSensorConfig@endlink builder <br> To create a new instance of this class, use @link CAE::PreTestSolutionCollection::CreateSensorConfigBuilder CAE::PreTestSolutionCollection::CreateSensorConfigBuilder @endlink <br>
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 | SetName (const char *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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link CAE::PreTestSensorConfig CAE::PreTestSensorConfig@endlink builder <br> To create a new instance of this class, use @link CAE::PreTestSolutionCollection::CreateSensorConfigBuilder CAE::PreTestSolutionCollection::CreateSensorConfigBuilder @endlink <br>
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
| NXString NXOpen::CAE::PreTestSensorConfigBuilder::Name | ( | ) |
Returns the name
Created in NX7.5.0.
License requirements : None
| int NXOpen::CAE::PreTestSensorConfigBuilder::NumTriaxialSensors | ( | ) |
Returns the number of triaxial sensors to select
Created in NX7.5.0.
License requirements : None
| int NXOpen::CAE::PreTestSensorConfigBuilder::NumUniaxialSensors | ( | ) |
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::SetName | ( | const char * | 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 |