Search Results for

    Show / Hide Table of Contents

    Class ShipSectionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ShipSectionBuilder
    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 ShipSectionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ShipSectionBuilder()

    Declaration
    protected ShipSectionBuilder()

    Properties

    AssemblyPart

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

    BottomDeckSectionName

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

    SectionPart

    Declaration
    public string SectionPart { get; set; }
    Property Value
    Type Description
    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
    int

    SectionXMin

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

    SectionYMax

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

    SectionYMin

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

    SectionZMax

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

    SectionZMin

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

    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
    int

    XMaxOffset

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

    XMinDatumFilter

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

    XMinOffset

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

    YDatumFilter

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

    YMaxDatumFilter

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

    YMaxOffset

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

    YMinDatumFilter

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

    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
    int

    ZMaxOffset

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

    ZMinDatumFilter

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

    ZMinOffset

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

    Methods

    SetDeckContainer(bool)

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

    Implements

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