Search Results for

    Show / Hide Table of Contents

    Class GeneralArrangementViewBuilder

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

    Constructors

    GeneralArrangementViewBuilder()

    Declaration
    protected GeneralArrangementViewBuilder()

    Properties

    AlignmentType

    Declaration
    public GeneralArrangementViewBuilder.ViewAlignmentType AlignmentType { get; set; }
    Property Value
    Type Description
    GeneralArrangementViewBuilder.ViewAlignmentType

    Decks

    Declaration
    public DeckListBuilder Decks { get; }
    Property Value
    Type Description
    DeckListBuilder

    DrawingSheet

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

    EndFrame

    Declaration
    public NXObject EndFrame { get; set; }
    Property Value
    Type Description
    NXObject

    EndFrameOffset

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

    FrameAlignment

    Declaration
    public SelectNXObject FrameAlignment { get; }
    Property Value
    Type Description
    SelectNXObject

    InheritedPMISource

    Declaration
    public GeneralArrangementViewBuilder.InheritedPMISourceOption InheritedPMISource { get; set; }
    Property Value
    Type Description
    GeneralArrangementViewBuilder.InheritedPMISourceOption

    MasterView

    Declaration
    public SelectDraftingView MasterView { get; }
    Property Value
    Type Description
    SelectDraftingView

    Placement

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

    Scale

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

    SelectedModelView

    Declaration
    public SelectModelingViewList SelectedModelView { get; }
    Property Value
    Type Description
    SelectModelingViewList

    SelectStructures

    Declaration
    public SelectStructuresBuilder SelectStructures { get; }
    Property Value
    Type Description
    SelectStructuresBuilder

    SourcePart

    Declaration
    public TaggedObject SourcePart { get; set; }
    Property Value
    Type Description
    TaggedObject

    StartFrame

    Declaration
    public NXObject StartFrame { get; set; }
    Property Value
    Type Description
    NXObject

    StartFrameOffset

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

    ViewCreation

    Declaration
    public GeneralArrangementViewBuilder.ViewCreationType ViewCreation { get; set; }
    Property Value
    Type Description
    GeneralArrangementViewBuilder.ViewCreationType

    ViewDirection

    Declaration
    public GeneralArrangementViewBuilder.ViewDirectionType ViewDirection { get; set; }
    Property Value
    Type Description
    GeneralArrangementViewBuilder.ViewDirectionType

    ViewName

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

    ViewStyle

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

    ViewType

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

    Methods

    GetSelectedModelViewNames(out String[])

    Declaration
    public void GetSelectedModelViewNames(out string[] modelViewNames)
    Parameters
    Type Name Description
    System.String[] modelViewNames

    SetSelectedModelViewNames(String[])

    Declaration
    public void SetSelectedModelViewNames(string[] modelViewNames)
    Parameters
    Type Name Description
    System.String[] modelViewNames

    SetViewPosition(Double, Double)

    Declaration
    public void SetViewPosition(double xPosition, double yPosition)
    Parameters
    Type Name Description
    System.Double xPosition
    System.Double yPosition

    Implements

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