Class DistanceSensorBuilder
Inheritance
DistanceSensorBuilder
Assembly: NXOpen.dll
Syntax
public class DistanceSensorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DistanceSensorBuilder()
Declaration
protected DistanceSensorBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Category
Declaration
public int Category { get; set; }
Property Value
Direction
Declaration
public Direction Direction { get; set; }
Property Value
HighlightOnCollision
Declaration
public bool HighlightOnCollision { get; set; }
Property Value
LowerOutputRange
Declaration
public Expression LowerOutputRange { get; }
Property Value
MeasureType
Declaration
public DistanceSensorBuilder.OutputMeasureType MeasureType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
Range
Declaration
public Expression Range { get; }
Property Value
RigidBody
Declaration
public SelectRigidBody RigidBody { get; }
Property Value
UpperOutputRange
Declaration
public Expression UpperOutputRange { get; }
Property Value
UseScale
Declaration
public bool UseScale { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink