Class AccelerometerBuilder
Inheritance
AccelerometerBuilder
Assembly: NXOpen.dll
Syntax
public class AccelerometerBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
AccelerometerBuilder()
Declaration
protected AccelerometerBuilder()
Properties
LowerAngularTrimRange
Declaration
public Expression LowerAngularTrimRange { get; }
Property Value
LowerOutputRange
Declaration
public Expression LowerOutputRange { get; }
Property Value
LowerTrimRange
Declaration
public Expression LowerTrimRange { get; }
Property Value
MeasureType
Declaration
public AccelerometerBuilder.OutputMeasureType MeasureType { get; set; }
Property Value
RigidBody
Declaration
public SelectRigidBody RigidBody { get; }
Property Value
UpperAngularTrimRange
Declaration
public Expression UpperAngularTrimRange { get; }
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