Class SensorBuilder
Inheritance
SensorBuilder
Assembly: NXOpen.dll
Syntax
public class SensorBuilder : BaseBuilder, IMessageSink, IComponentBuilder
Constructors
SensorBuilder()
Declaration
protected SensorBuilder()
Properties
ReverseNormalDirection
Declaration
public bool ReverseNormalDirection { get; set; }
Property Value
SensorCoordinateType
Declaration
public SensorCoordinateType SensorCoordinateType { get; set; }
Property Value
SensorDirectionX
Declaration
public bool SensorDirectionX { get; set; }
Property Value
SensorDirectionY
Declaration
public bool SensorDirectionY { get; set; }
Property Value
SensorDirectionZ
Declaration
public bool SensorDirectionZ { get; set; }
Property Value
SensorResultType
Declaration
public SensorResultType SensorResultType { get; set; }
Property Value
SensorRotationX
Declaration
public bool SensorRotationX { get; set; }
Property Value
SensorRotationY
Declaration
public bool SensorRotationY { get; set; }
Property Value
SensorRotationZ
Declaration
public bool SensorRotationZ { get; set; }
Property Value
SensorType
Declaration
public SensorType SensorType { get; set; }
Property Value
SensorVector
Declaration
public Direction SensorVector { get; set; }
Property Value
Methods
GetSelectedNodes()
Declaration
public FENode[] GetSelectedNodes()
Returns
SetSelectedNodes(FENode[])
Declaration
public void SetSelectedNodes(FENode[] destinationNodes)
Parameters
Type |
Name |
Description |
FENode[] |
destinationNodes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink