Search Results for

    Show / Hide Table of Contents

    Class BaseViewBuilder

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

    Constructors

    BaseViewBuilder()

    Declaration
    protected BaseViewBuilder()

    Properties

    HiddenObjects

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

    NonSectionedObjects

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

    Placement

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

    Scale

    Declaration
    public ViewScaleBuilder Scale { get; }
    Property Value
    Type Description
    ViewScaleBuilder

    SecondaryComponents

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

    SelectModelView

    Declaration
    public SelectModelViewBuilder SelectModelView { get; }
    Property Value
    Type Description
    SelectModelViewBuilder

    Style

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

    Implements

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