Class CaeSensor
Assembly: NXOpen.dll
Syntax
public class CaeSensor : NXObject, IMessageSink, INXObject
Constructors
CaeSensor()
Declaration
Methods
GetLabel()
Declaration
Returns
GetSensorActive()
Declaration
public bool GetSensorActive()
Returns
GetSensorDofs(out bool, out bool, out bool, out bool, out bool, out bool)
Declaration
public void GetSensorDofs(out bool dof1, out bool dof2, out bool dof3, out bool dof4, out bool dof5, out bool dof6)
Parameters
SetSensorActive(bool)
Declaration
public void SetSensorActive(bool active)
Parameters
Type |
Name |
Description |
bool |
active |
|
SetSensorDofs(bool, bool, bool, bool, bool, bool)
Declaration
public void SetSensorDofs(bool dof1, bool dof2, bool dof3, bool dof4, bool dof5, bool dof6)
Parameters
SetSensorDofsNegative(bool, bool, bool, bool, bool, bool)
Declaration
public void SetSensorDofsNegative(bool negative1, bool negative2, bool negative3, bool negative4, bool negative5, bool negative6)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink