Search Results for

    Show / Hide Table of Contents

    Class BaseDataWheelBuilder

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

    Constructors

    BaseDataWheelBuilder()

    Declaration
    protected BaseDataWheelBuilder()

    Properties

    BogieWheelbase

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

    Camber

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

    CoordinateX

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

    CoordinateY

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

    CoordinateZ

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

    Diameter

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

    FlangeDiameter

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

    FlangeWidth

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

    Name

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

    PositionDefinition

    Declaration
    public BaseDataWheelBuilder.PositionDefinitionOptions PositionDefinition { get; set; }
    Property Value
    Type Description
    BaseDataWheelBuilder.PositionDefinitionOptions

    RimOffset

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

    ShowSurface

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

    ShowWireframe

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

    StaticRadius

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

    Toe

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

    Track

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

    Width

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

    Implements

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