Class CaeSensor
Inheritance
System.Object
System.MarshalByRefObject
CaeSensor
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class CaeSensor : NXObject, IMessageSink, INXObject
Constructors
CaeSensor()
Declaration
protected CaeSensor()
Methods
GetLabel()
Declaration
public int GetLabel()
Returns
Type | Description |
---|---|
System.Int32 |
GetSensorActive()
Declaration
public bool GetSensorActive()
Returns
Type | Description |
---|---|
System.Boolean |
GetSensorDofs(out Boolean, out Boolean, out Boolean, out Boolean, out Boolean, out Boolean)
Declaration
public void GetSensorDofs(out bool dof1, out bool dof2, out bool dof3, out bool dof4, out bool dof5, out bool dof6)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | dof1 | |
System.Boolean | dof2 | |
System.Boolean | dof3 | |
System.Boolean | dof4 | |
System.Boolean | dof5 | |
System.Boolean | dof6 |
SetSensorActive(Boolean)
Declaration
public void SetSensorActive(bool active)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | active |
SetSensorDofs(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public void SetSensorDofs(bool dof1, bool dof2, bool dof3, bool dof4, bool dof5, bool dof6)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | dof1 | |
System.Boolean | dof2 | |
System.Boolean | dof3 | |
System.Boolean | dof4 | |
System.Boolean | dof5 | |
System.Boolean | dof6 |
SetSensorDofsNegative(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public void SetSensorDofsNegative(bool negative1, bool negative2, bool negative3, bool negative4, bool negative5, bool negative6)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | negative1 | |
System.Boolean | negative2 | |
System.Boolean | negative3 | |
System.Boolean | negative4 | |
System.Boolean | negative5 | |
System.Boolean | negative6 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink