Search Results for

    Show / Hide Table of Contents

    Class ViewProjectionBuilder

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

    Constructors

    ViewProjectionBuilder()

    Declaration
    protected ViewProjectionBuilder()

    Properties

    CurvePoints

    Declaration
    public Section CurvePoints { get; }
    Property Value
    Type Description
    Section

    CurveTypeEdges

    Declaration
    public ViewProjectionBuilder.CurveType CurveTypeEdges { get; set; }
    Property Value
    Type Description
    ViewProjectionBuilder.CurveType

    CurveTypePlane1

    Declaration
    public ViewProjectionBuilder.CurveType CurveTypePlane1 { get; set; }
    Property Value
    Type Description
    ViewProjectionBuilder.CurveType

    CurveTypePlane2

    Declaration
    public ViewProjectionBuilder.CurveType CurveTypePlane2 { get; set; }
    Property Value
    Type Description
    ViewProjectionBuilder.CurveType

    FromView

    Declaration
    public View FromView { get; set; }
    Property Value
    Type Description
    View

    Plane1

    Declaration
    public ViewProjectionPlaneBuilder Plane1 { get; }
    Property Value
    Type Description
    ViewProjectionPlaneBuilder

    Plane2

    Declaration
    public ViewProjectionPlaneBuilder Plane2 { get; }
    Property Value
    Type Description
    ViewProjectionPlaneBuilder

    ToViews

    Declaration
    public SelectDraftingViewList ToViews { get; }
    Property Value
    Type Description
    SelectDraftingViewList

    Type

    Declaration
    public ViewProjectionBuilder.Types Type { get; set; }
    Property Value
    Type Description
    ViewProjectionBuilder.Types

    Implements

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