Search Results for

    Show / Hide Table of Contents

    Class BaseDataLoadingBuilder

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

    Constructors

    BaseDataLoadingBuilder()

    Declaration
    protected BaseDataLoadingBuilder()

    Properties

    Active

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

    Color

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

    DataDefinition

    Declaration
    public BaseDataLoadingWheelBuilder.DataDefinitionOptions DataDefinition { get; set; }
    Property Value
    Type Description
    BaseDataLoadingWheelBuilder.DataDefinitionOptions

    FrontWheel

    Declaration
    public BaseDataLoadingWheelBuilder FrontWheel { get; }
    Property Value
    Type Description
    BaseDataLoadingWheelBuilder

    Name

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

    RearWheel

    Declaration
    public BaseDataLoadingWheelBuilder RearWheel { get; }
    Property Value
    Type Description
    BaseDataLoadingWheelBuilder

    ShipDraft

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

    Type

    Declaration
    public BaseDataLoadingBuilder.LoadingType Type { get; set; }
    Property Value
    Type Description
    BaseDataLoadingBuilder.LoadingType

    Methods

    Assign(BaseDataLoadingBuilder)

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

    GetDescription()

    Declaration
    public string[] GetDescription()
    Returns
    Type Description
    System.String[]

    SetDescription(String[])

    Declaration
    public void SetDescription(string[] description)
    Parameters
    Type Name Description
    System.String[] description

    SetReferencePlane(DatumPlane)

    Declaration
    public void SetReferencePlane(DatumPlane referencePlane)
    Parameters
    Type Name Description
    DatumPlane referencePlane

    Implements

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