Search Results for

    Show / Hide Table of Contents

    Class AssemblyViewBuilder

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

    Constructors

    AssemblyViewBuilder()

    Declaration
    protected AssemblyViewBuilder()

    Properties

    ContainerParts

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

    DrawingName

    Declaration
    public string DrawingName { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    Level

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

    Orientation

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

    PartsList

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

    PartsListString

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

    SheetScale

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

    ShowList

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

    Symbol

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

    UpdateFlag

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

    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