Class VelocitySensorBuilder
Inheritance
VelocitySensorBuilder
Assembly: NXOpen.dll
Syntax
public class VelocitySensorBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
VelocitySensorBuilder()
Declaration
protected VelocitySensorBuilder()
Properties
AxisJoint
Declaration
public SelectNXObject AxisJoint { get; }
Property Value
AxisType
Declaration
public VelocitySensorBuilder.AxisJointType AxisType { get; set; }
Property Value
LowerOutputRange
Declaration
public Expression LowerOutputRange { get; }
Property Value
LowerTrimRange
Declaration
public Expression LowerTrimRange { get; }
Property Value
MeasureType
Declaration
public VelocitySensorBuilder.OutputMeasureType MeasureType { get; set; }
Property Value
UpperOutputRange
Declaration
public Expression UpperOutputRange { get; }
Property Value
UpperTrimRange
Declaration
public Expression UpperTrimRange { get; }
Property Value
UseScale
Declaration
public bool UseScale { get; set; }
Property Value
UseTrim
Declaration
public bool UseTrim { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink