Search Results for

    Show / Hide Table of Contents

    Class ShipSectionBuilder

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

    Constructors

    ShipSectionBuilder()

    Declaration
    protected ShipSectionBuilder()

    Properties

    AssemblyPart

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

    BottomDeckSectionName

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

    ReadDataSet

    Declaration
    public ReadDataSetBuilder ReadDataSet { get; }
    Property Value
    Type Description
    ReadDataSetBuilder

    ReferenceGeometry

    Declaration
    public SelectDisplayableObjectList ReferenceGeometry { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    SectionName

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

    SectionPart

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

    SectionType

    Declaration
    public ShipSectionBuilder.Type SectionType { get; set; }
    Property Value
    Type Description
    ShipSectionBuilder.Type

    SectionXMax

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

    SectionXMin

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

    SectionYMax

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

    SectionYMin

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

    SectionZMax

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

    SectionZMin

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

    ShipBodies

    Declaration
    public SelectDisplayableObjectList ShipBodies { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    ShipBody

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

    XDatumFilter

    Declaration
    public ShipSectionBuilder.XFilter XDatumFilter { get; set; }
    Property Value
    Type Description
    ShipSectionBuilder.XFilter

    XMaxDatumFilter

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

    XMaxOffset

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

    XMinDatumFilter

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

    XMinOffset

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

    YDatumFilter

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

    YMaxDatumFilter

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

    YMaxOffset

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

    YMinDatumFilter

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

    YMinOffset

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

    ZDatumFilter

    Declaration
    public ShipSectionBuilder.ZFilter ZDatumFilter { get; set; }
    Property Value
    Type Description
    ShipSectionBuilder.ZFilter

    ZMaxDatumFilter

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

    ZMaxOffset

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

    ZMinDatumFilter

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

    ZMinOffset

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

    Methods

    SetDeckContainer(Boolean)

    Declaration
    public void SetDeckContainer(bool isDeckContainer)
    Parameters
    Type Name Description
    System.Boolean isDeckContainer

    Implements

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