Search Results for

    Show / Hide Table of Contents

    Class SeatLinesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SeatLinesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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 SeatLinesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SeatLinesBuilder()

    Declaration
    protected SeatLinesBuilder()

    Properties

    AhpHeight

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

    AhpLength

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

    BofrpLength

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

    BofrpSwcLength

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

    EntityLayer

    Declaration
    public int EntityLayer { get; set; }
    Property Value
    Type Description
    System.Int32

    GridLineColorPicker

    Declaration
    public NXColor GridLineColorPicker { get; set; }
    Property Value
    Type Description
    NXColor

    GridOffset

    Declaration
    public double GridOffset { get; set; }
    Property Value
    Type Description
    System.Double

    Loading

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

    NoteColorPicker

    Declaration
    public NXColor NoteColorPicker { get; set; }
    Property Value
    Type Description
    NXColor

    NoteLayer

    Declaration
    public int NoteLayer { get; set; }
    Property Value
    Type Description
    System.Int32

    NoteOffsetX

    Declaration
    public double NoteOffsetX { get; set; }
    Property Value
    Type Description
    System.Double

    NoteOffsetZ

    Declaration
    public double NoteOffsetZ { get; set; }
    Property Value
    Type Description
    System.Double

    Point95Offset

    Declaration
    public double Point95Offset { get; set; }
    Property Value
    Type Description
    System.Double

    Population

    Declaration
    public SeatLinesBuilder.PopulationRatio Population { get; set; }
    Property Value
    Type Description
    SeatLinesBuilder.PopulationRatio

    ReferencePoint

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

    RiseAngle

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

    SeatHeight

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

    SeatLineColorPicker

    Declaration
    public NXColor SeatLineColorPicker { get; set; }
    Property Value
    Type Description
    NXColor

    SgrpPoint

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

    SgrpWidth

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

    Standard

    Declaration
    public SeatLinesBuilder.StandardOption Standard { get; set; }
    Property Value
    Type Description
    SeatLinesBuilder.StandardOption

    TextSize

    Declaration
    public double TextSize { get; set; }
    Property Value
    Type Description
    System.Double

    TransmissionType

    Declaration
    public SeatLinesBuilder.TransmissionOption TransmissionType { get; set; }
    Property Value
    Type Description
    SeatLinesBuilder.TransmissionOption

    UseStandardLoading

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

    VehicleType

    Declaration
    public SeatLinesBuilder.VehicleOption VehicleType { get; set; }
    Property Value
    Type Description
    SeatLinesBuilder.VehicleOption

    Methods

    CreatePointWithBaseDataSGRPExpression()

    Declaration
    public Point CreatePointWithBaseDataSGRPExpression()
    Returns
    Type Description
    Point

    Legend()

    Declaration
    public void Legend()

    ReverseData()

    Declaration
    public void ReverseData()

    Implements

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