Search Results for

    Show / Hide Table of Contents

    Class BaseDataDriverBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseDataDriverBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features.VehicleDesign
    Assembly: NXOpen.dll
    Syntax
    public class BaseDataDriverBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BaseDataDriverBuilder()

    Declaration
    protected BaseDataDriverBuilder()

    Properties

    BackAngle

    Declaration
    public Expression BackAngle { get; }
    Property Value
    Type Description
    Expression

    BackAngleFixed

    Declaration
    public bool BackAngleFixed { get; set; }
    Property Value
    Type Description
    System.Boolean

    ControlType

    Declaration
    public string ControlType { get; set; }
    Property Value
    Type Description
    System.String

    DriverSide

    Declaration
    public string DriverSide { get; set; }
    Property Value
    Type Description
    System.String

    DriverType

    Declaration
    public BaseDataDriverBuilder.DriverTypeOptions DriverType { get; set; }
    Property Value
    Type Description
    BaseDataDriverBuilder.DriverTypeOptions

    FrontShoulderRoom

    Declaration
    public Expression FrontShoulderRoom { get; }
    Property Value
    Type Description
    Expression

    GripDiameter

    Declaration
    public Expression GripDiameter { get; }
    Property Value
    Type Description
    Expression

    GripSidewayLevelAngle

    Declaration
    public Expression GripSidewayLevelAngle { get; }
    Property Value
    Type Description
    Expression

    HeelReferencePoint

    Declaration
    public Point HeelReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    HeelReferencePointActive

    Declaration
    public bool HeelReferencePointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    HorizontalPointTravel

    Declaration
    public Expression HorizontalPointTravel { get; }
    Property Value
    Type Description
    Expression

    PedalReferencePoint

    Declaration
    public Point PedalReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    PedalReferencePointActive

    Declaration
    public bool PedalReferencePointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    RearShoulderRoom

    Declaration
    public Expression RearShoulderRoom { get; }
    Property Value
    Type Description
    Expression

    SeatReferencePoint

    Declaration
    public Point SeatReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    SeatReferencePointActive

    Declaration
    public bool SeatReferencePointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    SeatTrackRiseAngle

    Declaration
    public Expression SeatTrackRiseAngle { get; }
    Property Value
    Type Description
    Expression

    SecondLeverActive

    Declaration
    public bool SecondLeverActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    SecondLeverForwardAngle

    Declaration
    public Expression SecondLeverForwardAngle { get; }
    Property Value
    Type Description
    Expression

    SecondLeverGripCenterPoint

    Declaration
    public Point SecondLeverGripCenterPoint { get; set; }
    Property Value
    Type Description
    Point

    SecondLeverGripCenterPointActive

    Declaration
    public bool SecondLeverGripCenterPointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    SecondLeverSidewaysAngle

    Declaration
    public Expression SecondLeverSidewaysAngle { get; }
    Property Value
    Type Description
    Expression

    SteeringWheelAngle

    Declaration
    public Expression SteeringWheelAngle { get; }
    Property Value
    Type Description
    Expression

    SteeringWheelCenterPoint

    Declaration
    public Point SteeringWheelCenterPoint { get; set; }
    Property Value
    Type Description
    Point

    SteeringWheelCenterPointActive

    Declaration
    public bool SteeringWheelCenterPointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    SteeringWheelDiameter

    Declaration
    public Expression SteeringWheelDiameter { get; }
    Property Value
    Type Description
    Expression

    ThrottleControlGripCenterPoint

    Declaration
    public Point ThrottleControlGripCenterPoint { get; set; }
    Property Value
    Type Description
    Point

    ThrottleControlGripCenterPointActive

    Declaration
    public bool ThrottleControlGripCenterPointActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    ThrottleForwardAngle

    Declaration
    public Expression ThrottleForwardAngle { get; }
    Property Value
    Type Description
    Expression

    ThrottleSidewaysAngle

    Declaration
    public Expression ThrottleSidewaysAngle { get; }
    Property Value
    Type Description
    Expression

    Transmission

    Declaration
    public string Transmission { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX