Search Results for

    Show / Hide Table of Contents

    Class AssemblyViewBuilder

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

    Constructors

    AssemblyViewBuilder()

    Declaration
    protected AssemblyViewBuilder()

    Properties

    ContainerParts

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

    DrawingName

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

    DrawingSheet

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

    DrawingTemplate

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

    Index

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

    Level

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

    Orientation

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

    OrientationObject

    Declaration
    public ModelingView OrientationObject { get; set; }
    Property Value
    Type Description
    ModelingView

    PartsList

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

    PartsListString

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

    SheetScale

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

    ShowList

    Declaration
    public bool ShowList { get; set; }
    Property Value
    Type Description
    bool

    Symbol

    Declaration
    public bool Symbol { get; set; }
    Property Value
    Type Description
    bool

    UpdateFlag

    Declaration
    public bool UpdateFlag { get; set; }
    Property Value
    Type Description
    bool

    ViewTag

    Declaration
    public DraftingView ViewTag { get; set; }
    Property Value
    Type Description
    DraftingView

    Methods

    UpdateDrawingSheet(DrawingSheetBuilder)

    Declaration
    public void UpdateDrawingSheet(DrawingSheetBuilder drawingSheet)
    Parameters
    Type Name Description
    DrawingSheetBuilder drawingSheet

    Implements

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