NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAE::SensorSetMgr Class Reference

Represents a NXOpen::CAE::SensorSetMgr . More...

Inheritance diagram for NXOpen::CAE::SensorSetMgr:
NXOpen::CAE::IApplicationObjectManager NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

Public Member Functions

void ActivateSensorset (NXOpen::CAE::ISensorSet *sensorSet)
 Activates a CaeSensorSet in this CaeSensorSetMgr
Created in NX1847.0.0. More...
 
NXOpen::CAE::ISensorSetCloneSensorSet (NXOpen::CAE::ISensorSet *masterSensorSet)
 Clones the current sensor set. More...
 
void DeleteSensorset (NXOpen::CAE::ISensorSet *sensorSet)
 Deletes a CaeSensorSet in this CaeSensorSetMgr
Created in NX1847.0.0. More...
 
NXOpen::CAE::ISensorSetGetSensorset (int sensorSetIndex)
 Returns the CaeSensorSet for the given index. More...
 
NXOpen::CAE::ISensorSetGetSensorSetByName (const NXString &sensorSetName)
 Returns the CaeSensorSet for the given name. More...
 
NXOpen::CAE::ISensorSetGetSensorSetByName (const char *sensorSetName)
 Returns the CaeSensorSet for the given name. More...
 
int NumberOfSensorsets ()
 Returns the number of CaeSensorSet(s) in this CaeSensorSetMgr
Created in NX1847.0.0. More...
 
void ShowSensorSetInformation (NXOpen::CAE::ISensorSet *sensorSet)
 Show sensor set information
Created in NX1847.0.0. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::NXObject
enum  AttributeType {
  AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger,
  AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference,
  AttributeTypeAny = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual }
 Specifies the format of the date and time attribute. More...
 

Detailed Description

Represents a NXOpen::CAE::SensorSetMgr .


Created in NX1847.0.0.

Member Function Documentation

void NXOpen::CAE::SensorSetMgr::ActivateSensorset ( NXOpen::CAE::ISensorSet sensorSet)

Activates a CaeSensorSet in this CaeSensorSetMgr
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
sensorSetThe Sensor Set
NXOpen::CAE::ISensorSet* NXOpen::CAE::SensorSetMgr::CloneSensorSet ( NXOpen::CAE::ISensorSet masterSensorSet)

Clones the current sensor set.

Returns
The cloned Sensor Set
Created in NX1847.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
masterSensorSetSensorSet name
void NXOpen::CAE::SensorSetMgr::DeleteSensorset ( NXOpen::CAE::ISensorSet sensorSet)

Deletes a CaeSensorSet in this CaeSensorSetMgr
Created in NX1847.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
sensorSetThe Sensor Set
NXOpen::CAE::ISensorSet* NXOpen::CAE::SensorSetMgr::GetSensorset ( int  sensorSetIndex)

Returns the CaeSensorSet for the given index.

Returns
The Sensor Set
Created in NX1847.0.0.

License requirements : None
Parameters
sensorSetIndexSensorSet index value that goes from 0 to GetNumberOfSensorsets-1
NXOpen::CAE::ISensorSet* NXOpen::CAE::SensorSetMgr::GetSensorSetByName ( const NXString sensorSetName)

Returns the CaeSensorSet for the given name.

Returns
The Sensor Set
Created in NX1847.0.0.

License requirements : None
Parameters
sensorSetNameSensorSet name
NXOpen::CAE::ISensorSet* NXOpen::CAE::SensorSetMgr::GetSensorSetByName ( const char *  sensorSetName)

Returns the CaeSensorSet for the given name.

Returns
The Sensor Set
Created in NX1847.0.0.

License requirements : None
Parameters
sensorSetNameSensorSet name
int NXOpen::CAE::SensorSetMgr::NumberOfSensorsets ( )

Returns the number of CaeSensorSet(s) in this CaeSensorSetMgr
Created in NX1847.0.0.



License requirements : None

void NXOpen::CAE::SensorSetMgr::ShowSensorSetInformation ( NXOpen::CAE::ISensorSet sensorSet)

Show sensor set information
Created in NX1847.0.0.



License requirements : None

Parameters
sensorSetThe Sensor Set

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.