Class CutCopyPasteLeaderBuilder
Inheritance
System.Object
System.MarshalByRefObject
CutCopyPasteLeaderBuilder
Inherited Members
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 CutCopyPasteLeaderBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CutCopyPasteLeaderBuilder()
Declaration
protected CutCopyPasteLeaderBuilder()
Properties
DestinationView
Declaration
public View DestinationView { get; set; }
Property Value
Type | Description |
---|---|
View |
IsLeaderSelection
Declaration
public bool IsLeaderSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LeaderSelection
Declaration
public SelectTaggedObject LeaderSelection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObject |
ReassociateLeader
Declaration
public bool ReassociateLeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Selection
Declaration
public SelectTaggedObject Selection { get; }
Property Value
Type | Description |
---|---|
SelectTaggedObject |
Methods
SetMoveOnCommit(Matrix3x3, Vector3d)
Declaration
public void SetMoveOnCommit(Matrix3x3 rot, Vector3d trans)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | rot | |
Vector3d | trans |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink