NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void ActivateSensorset (NXOpen.CAE.ISensorSet sensorSet)
 Activates a CaeSensorSet in this CaeSensorSetMgr More...
 
unsafe NXOpen.CAE.ISensorSet CloneSensorSet (NXOpen.CAE.ISensorSet masterSensorSet)
 Clones the current sensor set. More...
 
unsafe void DeleteSensorset (NXOpen.CAE.ISensorSet sensorSet)
 Deletes a CaeSensorSet in this CaeSensorSetMgr More...
 
unsafe NXOpen.CAE.ISensorSet GetSensorset (int sensorSetIndex)
 Returns the CaeSensorSet for the given index More...
 
unsafe NXOpen.CAE.ISensorSet GetSensorSetByName (string sensorSetName)
 Returns the CaeSensorSet for the given name More...
 
unsafe void ShowSensorSetInformation (NXOpen.CAE.ISensorSet sensorSet)
 Show sensor set information More...
 

Properties

unsafe int NumberOfSensorsets [get]
 Returns the number of CaeSensorSet(s) in this CaeSensorSetMgr More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.NXObject
enum  AttributeType {
  Invalid, Null, Boolean, Integer,
  Real, String, Time, Reference,
  Any = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { Numeric, Textual }
 Specifies the format of the date and time attribute. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.CAE.SensorSetMgr .

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.CAE.SensorSetMgr.ActivateSensorset ( NXOpen.CAE.ISensorSet  sensorSet)
inline

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
unsafe NXOpen.CAE.ISensorSet NXOpen.CAE.SensorSetMgr.CloneSensorSet ( NXOpen.CAE.ISensorSet  masterSensorSet)
inline

Clones the current sensor set.

Created in NX1847.0.0

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

Parameters
masterSensorSetSensorSet name
Returns
The cloned Sensor Set
unsafe void NXOpen.CAE.SensorSetMgr.DeleteSensorset ( NXOpen.CAE.ISensorSet  sensorSet)
inline

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
unsafe NXOpen.CAE.ISensorSet NXOpen.CAE.SensorSetMgr.GetSensorset ( int  sensorSetIndex)
inline

Returns the CaeSensorSet for the given index

Created in NX1847.0.0

License requirements: None.

Parameters
sensorSetIndexSensorSet index value that goes from 0 to GetNumberOfSensorsets-1
Returns
The Sensor Set
unsafe NXOpen.CAE.ISensorSet NXOpen.CAE.SensorSetMgr.GetSensorSetByName ( string  sensorSetName)
inline

Returns the CaeSensorSet for the given name

Created in NX1847.0.0

License requirements: None.

Parameters
sensorSetNameSensorSet name
Returns
The Sensor Set
unsafe void NXOpen.CAE.SensorSetMgr.ShowSensorSetInformation ( NXOpen.CAE.ISensorSet  sensorSet)
inline

Show sensor set information

Created in NX1847.0.0

License requirements: None.

Parameters
sensorSetThe Sensor Set

Property Documentation

unsafe int NXOpen.CAE.SensorSetMgr.NumberOfSensorsets
get

Returns the number of CaeSensorSet(s) in this CaeSensorSetMgr

Created in NX1847.0.0

License requirements: None.


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