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()
    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

    DriverSide

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

    FrontShoulderRoom

    Declaration
    public Expression FrontShoulderRoom { 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

    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

    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