Search Results for

    Show / Hide Table of Contents

    Class SectionDrawingBuilder

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

    Constructors

    SectionDrawingBuilder()

    Declaration
    protected SectionDrawingBuilder()

    Properties

    DrawingPartList

    Declaration
    public DrawingPartBuilderList DrawingPartList { get; }
    Property Value
    Type Description
    DrawingPartBuilderList

    SectionsPerDrawing

    Declaration
    public SectionDrawingBuilder.SectionsPerDrawingOptions SectionsPerDrawing { get; set; }
    Property Value
    Type Description
    SectionDrawingBuilder.SectionsPerDrawingOptions

    ShipPrimarySection

    Declaration
    public ShipPrimarySectionBuilder ShipPrimarySection { get; }
    Property Value
    Type Description
    ShipPrimarySectionBuilder

    ViewList

    Declaration
    public SectionViewBuilderList ViewList { get; }
    Property Value
    Type Description
    SectionViewBuilderList

    ViewsPerSheet

    Declaration
    public SectionDrawingBuilder.ViewsPerSheetOptions ViewsPerSheet { get; set; }
    Property Value
    Type Description
    SectionDrawingBuilder.ViewsPerSheetOptions

    ViewType

    Declaration
    public SectionDrawingBuilder.ViewTypeOptions ViewType { get; set; }
    Property Value
    Type Description
    SectionDrawingBuilder.ViewTypeOptions

    Methods

    CreateDrawingPartBuilder(Part)

    Declaration
    public DrawingPartBuilder CreateDrawingPartBuilder(Part drawingPart)
    Parameters
    Type Name Description
    Part drawingPart
    Returns
    Type Description
    DrawingPartBuilder

    CreateSectionViewBuilder()

    Declaration
    public SectionViewBuilder CreateSectionViewBuilder()
    Returns
    Type Description
    SectionViewBuilder

    FindFocusPlates(NXObject, SectionViewBuilder.DirectionOptions, Double, Double, Double)

    Declaration
    public NXObject[] FindFocusPlates(NXObject frame, SectionViewBuilder.DirectionOptions direction, double offset, double frontProximity, double backProximity)
    Parameters
    Type Name Description
    NXObject frame
    SectionViewBuilder.DirectionOptions direction
    System.Double offset
    System.Double frontProximity
    System.Double backProximity
    Returns
    Type Description
    NXObject[]

    FindFocusPlates(NXObject, Double, Double, Double)

    Declaration
    public NXObject[] FindFocusPlates(NXObject frame, double offset, double frontProximity, double backProximity)
    Parameters
    Type Name Description
    NXObject frame
    System.Double offset
    System.Double frontProximity
    System.Double backProximity
    Returns
    Type Description
    NXObject[]

    Implements

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