Search Results for

    Show / Hide Table of Contents

    Class BaseDataPassengerBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseDataPassengerBuilder
    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 BaseDataPassengerBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BaseDataPassengerBuilder()

    Declaration
    protected BaseDataPassengerBuilder()

    Properties

    Active

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

    AlignmentMethod

    Declaration
    public BaseDataPassengerBuilder.AlignmentMethods AlignmentMethod { get; set; }
    Property Value
    Type Description
    BaseDataPassengerBuilder.AlignmentMethods

    BackAngleExp

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

    Description

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

    HandCenterPoint

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

    HandCenterPointActive

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

    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

    HorizontalPointTravelExp

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

    PassengerType

    Declaration
    public BaseDataPassengerBuilder.PassengerTypeOptions PassengerType { get; set; }
    Property Value
    Type Description
    BaseDataPassengerBuilder.PassengerTypeOptions

    SeatAngleExp

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

    SeatDirection

    Declaration
    public BaseDataPassengerBuilder.SeatDirectionOptions SeatDirection { get; set; }
    Property Value
    Type Description
    BaseDataPassengerBuilder.SeatDirectionOptions

    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

    TypeStateActive

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

    Methods

    Assign(BaseDataPassengerBuilder)

    Declaration
    public void Assign(BaseDataPassengerBuilder other)
    Parameters
    Type Name Description
    BaseDataPassengerBuilder other

    GetBackAngle()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.")]
    public double GetBackAngle()
    Returns
    Type Description
    System.Double

    GetHorizontalPointTravel()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.")]
    public double GetHorizontalPointTravel()
    Returns
    Type Description
    System.Double

    GetSeatAngle()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.")]
    public double GetSeatAngle()
    Returns
    Type Description
    System.Double

    SetBackAngle(Double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.BackAngleExp to query or edit it.")]
    public void SetBackAngle(double dValue)
    Parameters
    Type Name Description
    System.Double dValue

    SetHorizontalPointTravel(Double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.HorizontalPointTravelExp to query or edit it.")]
    public void SetHorizontalPointTravel(double dValue)
    Parameters
    Type Name Description
    System.Double dValue

    SetSeatAngle(Double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Obtain the expression using NXOpen.Features.VehicleDesign.BaseDataPassengerBuilder.SeatAngleExp to query or edit it.")]
    public void SetSeatAngle(double dValue)
    Parameters
    Type Name Description
    System.Double dValue

    Implements

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