Search Results for

    Show / Hide Table of Contents

    Class ViewCopyTo3dBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ViewCopyTo3dBuilder
    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.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
    bool

    Curves

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

    DestinationPart

    Declaration
    public string DestinationPart { get; set; }
    Property Value
    Type Description
    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
    bool

    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
    bool

    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
    bool

    RepositionGeometry

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

    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, bool, bool, int)

    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
    double offset
    bool curves
    bool sketches
    int option

    Implements

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