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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SectionViewBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SectionViewBuilder()

    Declaration
    protected SectionViewBuilder()

    Properties

    CreateFolded

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

    HiddenObjects

    Declaration
    public HiddenObjectsBuilder HiddenObjects { get; }
    Property Value
    Type Description
    HiddenObjectsBuilder

    NonSectionedObjects

    Declaration
    public HiddenObjectsBuilder NonSectionedObjects { get; }
    Property Value
    Type Description
    HiddenObjectsBuilder

    ParentView

    Declaration
    public ParentViewBuilder ParentView { get; }
    Property Value
    Type Description
    ParentViewBuilder

    SecondaryComponents

    Declaration
    public DraftingComponentSelectionBuilder SecondaryComponents { get; }
    Property Value
    Type Description
    DraftingComponentSelectionBuilder

    SectionLine

    Declaration
    public SpecifySectionLineBuilder SectionLine { get; }
    Property Value
    Type Description
    SpecifySectionLineBuilder

    SectionLineSegments

    Declaration
    public SectionLineSegmentsBuilder SectionLineSegments { get; }
    Property Value
    Type Description
    SectionLineSegmentsBuilder

    SectionViewMode

    Declaration
    public SectionViewBuilder.SectionViewModeType SectionViewMode { get; set; }
    Property Value
    Type Description
    SectionViewBuilder.SectionViewModeType

    SectionViewTool

    Declaration
    public SvtBuilder SectionViewTool { get; }
    Property Value
    Type Description
    SvtBuilder

    SectionViewType

    Declaration
    public SectionViewBuilder.SectionLineType SectionViewType { get; set; }
    Property Value
    Type Description
    SectionViewBuilder.SectionLineType

    ViewOrientation

    Declaration
    public ViewOrientationBuilder ViewOrientation { get; }
    Property Value
    Type Description
    ViewOrientationBuilder

    ViewPlacement

    Declaration
    public ViewPlacementBuilder ViewPlacement { get; }
    Property Value
    Type Description
    ViewPlacementBuilder

    ViewStyle

    Declaration
    public ViewStyleBuilder ViewStyle { get; }
    Property Value
    Type Description
    ViewStyleBuilder

    ViewUnfolded

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Drawings.SectionViewBuilder.CreateFolded")]
    public bool ViewUnfolded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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