Class BaseDataDriverBuilder
Inheritance
BaseDataDriverBuilder
Assembly: NXOpen.dll
Syntax
public class BaseDataDriverBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseDataDriverBuilder()
Declaration
protected BaseDataDriverBuilder()
Properties
BackAngle
Declaration
public Expression BackAngle { get; }
Property Value
BackAngleFixed
Declaration
public bool BackAngleFixed { get; set; }
Property Value
ControlType
Declaration
public string ControlType { get; set; }
Property Value
DriverSide
Declaration
public string DriverSide { get; set; }
Property Value
DriverTabIsEdit
Declaration
public bool DriverTabIsEdit { get; set; }
Property Value
DriverType
Declaration
public BaseDataDriverBuilder.DriverTypeOptions DriverType { get; set; }
Property Value
FrontShoulderRoom
Declaration
public Expression FrontShoulderRoom { get; }
Property Value
GearLeverCenterPoint
Declaration
public Point GearLeverCenterPoint { get; set; }
Property Value
GearLeverCenterPointActive
Declaration
public bool GearLeverCenterPointActive { get; set; }
Property Value
GripDiameter
Declaration
public Expression GripDiameter { get; }
Property Value
GripSidewayLevelAngle
Declaration
public Expression GripSidewayLevelAngle { get; }
Property Value
HeelReferencePoint
Declaration
public Point HeelReferencePoint { get; set; }
Property Value
HeelReferencePointActive
Declaration
public bool HeelReferencePointActive { get; set; }
Property Value
HorizontalPointTravel
Declaration
public Expression HorizontalPointTravel { get; }
Property Value
PedalReferencePoint
Declaration
public Point PedalReferencePoint { get; set; }
Property Value
PedalReferencePointActive
Declaration
public bool PedalReferencePointActive { get; set; }
Property Value
RearShoulderRoom
Declaration
public Expression RearShoulderRoom { get; }
Property Value
SeatReferencePoint
Declaration
public Point SeatReferencePoint { get; set; }
Property Value
SeatReferencePointActive
Declaration
public bool SeatReferencePointActive { get; set; }
Property Value
SeatTrackRiseAngle
Declaration
public Expression SeatTrackRiseAngle { get; }
Property Value
SecondLeverActive
Declaration
public bool SecondLeverActive { get; set; }
Property Value
SecondLeverForwardAngle
Declaration
public Expression SecondLeverForwardAngle { get; }
Property Value
SecondLeverGripCenterPoint
Declaration
public Point SecondLeverGripCenterPoint { get; set; }
Property Value
SecondLeverGripCenterPointActive
Declaration
public bool SecondLeverGripCenterPointActive { get; set; }
Property Value
SecondLeverSidewaysAngle
Declaration
public Expression SecondLeverSidewaysAngle { get; }
Property Value
ShoePlaneAngle
Declaration
public Expression ShoePlaneAngle { get; }
Property Value
SteeringWheelAngle
Declaration
public Expression SteeringWheelAngle { get; }
Property Value
SteeringWheelCenterPoint
Declaration
public Point SteeringWheelCenterPoint { get; set; }
Property Value
SteeringWheelCenterPointActive
Declaration
public bool SteeringWheelCenterPointActive { get; set; }
Property Value
SteeringWheelDiameter
Declaration
public Expression SteeringWheelDiameter { get; }
Property Value
ThrottleControlGripCenterPoint
Declaration
public Point ThrottleControlGripCenterPoint { get; set; }
Property Value
ThrottleControlGripCenterPointActive
Declaration
public bool ThrottleControlGripCenterPointActive { get; set; }
Property Value
ThrottleForwardAngle
Declaration
public Expression ThrottleForwardAngle { get; }
Property Value
ThrottleSidewaysAngle
Declaration
public Expression ThrottleSidewaysAngle { get; }
Property Value
Transmission
Declaration
public string Transmission { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink