Class CutCopyPasteBuilder
Inheritance
CutCopyPasteBuilder
Assembly: NXOpen.dll
Syntax
public class CutCopyPasteBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CutCopyPasteBuilder()
Declaration
protected CutCopyPasteBuilder()
Properties
CutCopyPasteLeader
Declaration
public CutCopyPasteLeaderBuilder CutCopyPasteLeader { get; }
Property Value
DestinationView
Declaration
public View DestinationView { get; set; }
Property Value
ObjectsToCopy
Declaration
public SelectTaggedObjectList ObjectsToCopy { get; }
Property Value
Originals
Declaration
public CutCopyPasteBuilder.TypeOperation Originals { get; set; }
Property Value
OutputObjects
Declaration
public SelectTaggedObjectList OutputObjects { get; }
Property Value
PasteType
Declaration
public CutCopyPasteBuilder.TypePaste PasteType { get; set; }
Property Value
PlaneToRestrictMotion
Declaration
public Plane PlaneToRestrictMotion { get; set; }
Property Value
Declaration
public ModlMotion Transform { get; }
Property Value
Methods
GetDefaultToPoint()
Declaration
public Point3d GetDefaultToPoint()
Returns
InitPaste()
Declaration
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink