Class CopyCutBuilder
Inheritance
System.Object
System.MarshalByRefObject
CopyCutBuilder
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.Gateway
Assembly: NXOpen.dll
Syntax
public class CopyCutBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CopyCutBuilder()
Declaration
protected CopyCutBuilder()
Properties
CanCopyAsSketch
Declaration
public bool CanCopyAsSketch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DestinationFilename
Declaration
public string DestinationFilename { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InitialCopyLocation
Declaration
public Point3d InitialCopyLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Point3d |
IsCut
Declaration
public bool IsCut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ToClipboard
Declaration
public bool ToClipboard { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
GetCopyCutStatus()
Declaration
public CopyCutBuilder.Status GetCopyCutStatus()
Returns
| Type | Description |
|---|---|
| CopyCutBuilder.Status |
GetNonExportableObjects()
Declaration
public NXObject[] GetNonExportableObjects()
Returns
| Type | Description |
|---|---|
| NXObject[] |
GetObjects()
Declaration
public NXObject[] GetObjects()
Returns
| Type | Description |
|---|---|
| NXObject[] |
ResetInitialCopyLocation()
Declaration
public void ResetInitialCopyLocation()
SetObjects(NXObject[])
Declaration
public void SetObjects(NXObject[] objects)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject[] | objects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink