Search Results for

    Show / Hide Table of Contents

    Class ViewCopyTo3dBuilder

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

    Constructors

    ViewCopyTo3dBuilder()

    Declaration
    protected ViewCopyTo3dBuilder()

    Properties

    BoundingBox

    Declaration
    public ViewCopyTo3dBuilder.BoundingBoxOption BoundingBox { get; set; }
    Property Value
    Type Description
    ViewCopyTo3dBuilder.BoundingBoxOption

    BoundingViews

    Declaration
    public SelectDrawingViewList BoundingViews { get; }
    Property Value
    Type Description
    SelectDrawingViewList

    CreateSketches

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public bool CreateSketches { get; set; }
    Property Value
    Type Description
    System.Boolean

    Curves

    Declaration
    public SelectNXObjectList Curves { get; }
    Property Value
    Type Description
    SelectNXObjectList

    DestinationPart

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

    DistanceFromViewPlane

    Declaration
    public ViewCopyTo3dBuilder.DistanceFromViewPlaneOption DistanceFromViewPlane { get; set; }
    Property Value
    Type Description
    ViewCopyTo3dBuilder.DistanceFromViewPlaneOption

    ExtrudeSolidBody

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public bool ExtrudeSolidBody { get; set; }
    Property Value
    Type Description
    System.Boolean

    Offset

    Declaration
    public Expression Offset { get; }
    Property Value
    Type Description
    Expression

    Output

    Declaration
    public ViewCopyTo3dBuilder.OutputOption Output { get; set; }
    Property Value
    Type Description
    ViewCopyTo3dBuilder.OutputOption

    ProcessSketchCurves

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public bool ProcessSketchCurves { get; set; }
    Property Value
    Type Description
    System.Boolean

    ProcessViewCurves

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public bool ProcessViewCurves { get; set; }
    Property Value
    Type Description
    System.Boolean

    RepositionGeometry

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

    Type

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

    View

    Declaration
    [Obsolete("Deprecated in NX7.5.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public SelectDrawingView View { get; }
    Property Value
    Type Description
    SelectDrawingView

    Views

    Declaration
    public SelectDrawingViewList Views { get; }
    Property Value
    Type Description
    SelectDrawingViewList

    Methods

    Commit(Double, Boolean, Boolean, Int32)

    Declaration
    [Obsolete("Deprecated in NX7.5.0.  This method is no longer relevant and calls to this can be safely removed.")]
    public void Commit(double offset, bool curves, bool sketches, int option)
    Parameters
    Type Name Description
    System.Double offset
    System.Boolean curves
    System.Boolean sketches
    System.Int32 option

    Implements

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