NX Open C++ Reference Guide
|
Represents a collection of sensor selection configuration
To obtain an instance of this class, refer to CAE::PreTestSensorSelectionControl
Created in NX7.5.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
int | ActiveSensorConfig () |
Returns the pre-test active sensor configuration Created in NX7.5.0. | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::CAE::PreTestSensorConfig * | CloneSensorConfig (NXOpen::CAE::PreTestSensorConfig *source) |
Clone a pre-test sensor configuration. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::PreTestSensorConfig * | FindObject (const NXString &name) |
Finds a sensor selection configuration with specified name. | |
NXOpen::CAE::PreTestSensorConfig * | FindObject (const char *name) |
Finds a sensor selection configuration with specified name. | |
void | RemoveSensorConfig (int toRemove) |
Removes and deletes a sensor selection configuration Created in NX7.5.0. | |
void | SetActiveSensorConfig (int activeConfig) |
Sets the pre-test active sensor configuration Created in NX7.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of sensor selection configuration
To obtain an instance of this class, refer to CAE::PreTestSensorSelectionControl
Created in NX7.5.0.
int NXOpen::CAE::PreTestSensorConfigCollection::ActiveSensorConfig | ( | ) |
Returns the pre-test active sensor configuration
Created in NX7.5.0.
License requirements : None
iterator NXOpen::CAE::PreTestSensorConfigCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::CloneSensorConfig | ( | NXOpen::CAE::PreTestSensorConfig * | source | ) |
Clone a pre-test sensor configuration.
source | Pre-Test sensor configuration to be cloned |
iterator NXOpen::CAE::PreTestSensorConfigCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::FindObject | ( | const NXString & | name | ) |
Finds a sensor selection configuration with specified name.
name | sensor selection configuration name to be found |
NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::FindObject | ( | const char * | name | ) |
Finds a sensor selection configuration with specified name.
name | sensor selection configuration name to be found |
void NXOpen::CAE::PreTestSensorConfigCollection::RemoveSensorConfig | ( | int | toRemove | ) |
Removes and deletes a sensor selection configuration
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
toRemove | Index of the sensor selection configuration to remove |
void NXOpen::CAE::PreTestSensorConfigCollection::SetActiveSensorConfig | ( | int | activeConfig | ) |
Sets the pre-test active sensor configuration
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
activeConfig | active config |
tag_t NXOpen::CAE::PreTestSensorConfigCollection::Tag | ( | ) | const |
Returns the tag of this object.