Class MotionSensorBuilder
Inheritance
MotionSensorBuilder
Assembly: NXOpen.dll
Syntax
public class MotionSensorBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
MotionSensorBuilder()
Declaration
protected MotionSensorBuilder()
Properties
ComponentType
Declaration
public MotionSensorBuilder.Component ComponentType { get; set; }
Property Value
MeasurementObject
Declaration
public SelectNXObject MeasurementObject { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ReferenceFrame
Declaration
public MotionSensorBuilder.Reference ReferenceFrame { get; set; }
Property Value
ReferenceMarker
Declaration
public SelectMarker ReferenceMarker { get; }
Property Value
RelativeMarker
Declaration
public SelectMarker RelativeMarker { get; }
Property Value
Type
Declaration
public MotionSensorBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink