Search Results for

    Show / Hide Table of Contents

    Class BaseDataLoadingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseDataLoadingBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    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

    FrontDeltaLoadingCamber

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

    FrontDeltaLoadingCenterPointX

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

    FrontDeltaLoadingCenterPointY

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

    FrontDeltaLoadingCenterPointZ

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

    FrontDeltaLoadingStaticRadius

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

    FrontDeltaLoadingToe

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

    FrontDeltaLoadingWidth

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

    FrontLoadingCamber

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

    FrontLoadingCenterPointX

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

    FrontLoadingCenterPointY

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

    FrontLoadingCenterPointZ

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

    FrontLoadingStaticRadius

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

    FrontLoadingToe

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

    FrontLoadingWidth

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

    FrontWheel

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

    LoadingDeltaDraft

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

    LoadingValueIsEdit

    Declaration
    public bool LoadingValueIsEdit { get; set; }
    Property Value
    Type Description
    bool

    Name

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

    RearDeltaLoadingCamber

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

    RearDeltaLoadingCenterPointX

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

    RearDeltaLoadingCenterPointY

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

    RearDeltaLoadingCenterPointZ

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

    RearDeltaLoadingStaticRadius

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

    RearDeltaLoadingToe

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

    RearDeltaLoadingWidth

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

    RearLoadingCamber

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

    RearLoadingCenterPointX

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

    RearLoadingCenterPointY

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

    RearLoadingCenterPointZ

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

    RearLoadingStaticRadius

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

    RearLoadingToe

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

    RearLoadingWidth

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

    RearWheel

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

    ShipDraft

    Declaration
    public double ShipDraft { get; set; }
    Property Value
    Type Description
    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
    string[]

    SetDescription(string[])

    Declaration
    public void SetDescription(string[] description)
    Parameters
    Type Name Description
    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