CopyEntities Method (ISketchManager) Send Feedback
See Also  Example
DisplacementX
x delta of the relative location for the displacement
DisplacementY
y delta of the relative location for the displacement
DisplacementZ
z delta of the relative location for the displacement
EntityTypeLongArray
Array of longs indicating the types of entities to copy as defined in dsObjectType_e
EntitiesArray
Array of objects of the entities to copy
Copies the specified sketch entities and places them at the specified relative location.

Syntax

Visual Basic 
Sub CopyEntities( _
   ByVal DisplacementX As System.Double, _
   ByVal DisplacementY As System.Double, _
   ByVal DisplacementZ As System.Double, _
   ByVal EntityTypeLongArray As System.Object, _
   ByVal EntitiesArray As System.Object _
) 
C# 
void CopyEntities( 
   System.double DisplacementX,
   System.double DisplacementY,
   System.double DisplacementZ,
   System.object EntityTypeLongArray,
   System.object EntitiesArray
)
JavaScript 
CopyEntities( 
   DisplacementX : Number,
   DisplacementY : Number,
   DisplacementZ : Number,
   EntityTypeLongArray : Array,
   EntitiesArray : Array
)
COM native C++ 
HRESULT CopyEntities( 
   DOUBLE DisplacementX,
   DOUBLE DisplacementY,
   DOUBLE DisplacementZ,
   VARIANT EntityTypeLongArray,
   VARIANT EntitiesArray
) 
C++ 
DSRESULT CopyEntities( 
   double DisplacementX,
   double DisplacementY,
   double DisplacementZ,
   const dsLongArray& EntityTypeLongArray,
   const dsObjectPtrArray& EntitiesArray
) 

Parameters

DisplacementX
x delta of the relative location for the displacement
DisplacementY
y delta of the relative location for the displacement
DisplacementZ
z delta of the relative location for the displacement
EntityTypeLongArray
Array of longs indicating the types of entities to copy as defined in dsObjectType_e
EntitiesArray
Array of objects of the entities to copy

Example

 

See Also

Availability

DraftSight V1R1.3