Search Results for

    Show / Hide Table of Contents

    Class CutCopyPasteBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CutCopyPasteBuilder
    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.Drafting
    Assembly: NXOpen.dll
    Syntax
    public class CutCopyPasteBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CutCopyPasteBuilder()

    Declaration
    protected CutCopyPasteBuilder()

    Properties

    CutCopyPasteLeader

    Declaration
    public CutCopyPasteLeaderBuilder CutCopyPasteLeader { get; }
    Property Value
    Type Description
    CutCopyPasteLeaderBuilder

    DestinationView

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

    ObjectsToCopy

    Declaration
    public SelectTaggedObjectList ObjectsToCopy { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    Originals

    Declaration
    public CutCopyPasteBuilder.TypeOperation Originals { get; set; }
    Property Value
    Type Description
    CutCopyPasteBuilder.TypeOperation

    OutputObjects

    Declaration
    public SelectTaggedObjectList OutputObjects { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    PasteType

    Declaration
    public CutCopyPasteBuilder.TypePaste PasteType { get; set; }
    Property Value
    Type Description
    CutCopyPasteBuilder.TypePaste

    PlaneToRestrictMotion

    Declaration
    public Plane PlaneToRestrictMotion { get; set; }
    Property Value
    Type Description
    Plane

    Transform

    Declaration
    public ModlMotion Transform { get; }
    Property Value
    Type Description
    ModlMotion

    Methods

    GetDefaultToPoint()

    Declaration
    public Point3d GetDefaultToPoint()
    Returns
    Type Description
    Point3d

    InitPaste()

    Declaration
    public void InitPaste()

    SetDefaultToPoint(Point3d)

    Declaration
    public void SetDefaultToPoint(Point3d dropLocation)
    Parameters
    Type Name Description
    Point3d dropLocation

    SetMoveOnCommit(Matrix3x3, Vector3d)

    Declaration
    public void SetMoveOnCommit(Matrix3x3 rot, Vector3d trans)
    Parameters
    Type Name Description
    Matrix3x3 rot
    Vector3d trans

    Implements

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