Search Results for

    Show / Hide Table of Contents

    Class MainDimensionsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    MainDimensionsBuilder
    Implements
    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, 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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class MainDimensionsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    MainDimensionsBuilder()

    Declaration
    protected MainDimensionsBuilder()

    Properties

    AftPerpendicular

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

    Baseline

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

    ForwardPerpendicular

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

    GridID

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

    Midship

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

    ShipBody

    Declaration
    public SelectBody ShipBody { get; }
    Property Value
    Type Description
    SelectBody

    Waterline

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

    XMax

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

    XMin

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

    YMax

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

    ZMax

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

    ZMin

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX