Search Results for

    Show / Hide Table of Contents

    Class SectionViewBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SectionViewBuilder
    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 SectionViewBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SectionViewBuilder()

    Declaration
    protected SectionViewBuilder()

    Properties

    AdditionalStructures

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use Features.ShipDesign.ShipStructureBuilder.AdditionalStructures() instead.")]
    public SelectNXObjectList AdditionalStructures { get; }
    Property Value
    Type Description
    SelectNXObjectList

    BackProximity

    Declaration
    public double BackProximity { get; set; }
    Property Value
    Type Description
    System.Double

    DrawingName

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

    DrawingSheet

    Declaration
    public DrawingSheetBuilder DrawingSheet { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder

    DrawingTemplate

    Declaration
    public DrawingTemplateBuilder DrawingTemplate { get; }
    Property Value
    Type Description
    DrawingTemplateBuilder

    FlipViewDirection

    Declaration
    public bool FlipViewDirection { get; set; }
    Property Value
    Type Description
    System.Boolean

    FrontProximity

    Declaration
    public double FrontProximity { get; set; }
    Property Value
    Type Description
    System.Double

    HiddenObjects

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use Features.ShipDesign.ShipStructureBuilder.HiddenObjects() instead.")]
    public SelectNXObjectList HiddenObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Margin

    Declaration
    public double Margin { get; set; }
    Property Value
    Type Description
    System.Double

    Offset

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    PlaneType

    Declaration
    public SectionViewBuilder.PlaneTypes PlaneType { get; set; }
    Property Value
    Type Description
    SectionViewBuilder.PlaneTypes

    SectionPlane

    Declaration
    public Plane SectionPlane { get; set; }
    Property Value
    Type Description
    Plane

    SectionPlaneName

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

    SectionRule

    Declaration
    public SectionViewBuilder.SectionRuleOptions SectionRule { get; set; }
    Property Value
    Type Description
    SectionViewBuilder.SectionRuleOptions

    SelectFrame

    Declaration
    public SelectDatumPlaneList SelectFrame { get; }
    Property Value
    Type Description
    SelectDatumPlaneList

    SheetScale

    Declaration
    public double SheetScale { get; set; }
    Property Value
    Type Description
    System.Double

    ShipStructure

    Declaration
    public ShipStructureBuilder ShipStructure { get; }
    Property Value
    Type Description
    ShipStructureBuilder

    SymmetricalStructure

    Declaration
    public SectionViewBuilder.SymmetricalStructureOptions SymmetricalStructure { get; set; }
    Property Value
    Type Description
    SectionViewBuilder.SymmetricalStructureOptions

    ViewName

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

    XPosition

    Declaration
    public double XPosition { get; set; }
    Property Value
    Type Description
    System.Double

    YPosition

    Declaration
    public double YPosition { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetViewDirection()

    Declaration
    public SectionViewBuilder.DirectionOptions GetViewDirection()
    Returns
    Type Description
    SectionViewBuilder.DirectionOptions

    Implements

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