SketchBlockDefinitionProxy.CopyEntitiesTo Method
Parent Object: SketchBlockDefinitionProxyDescription
Method that copies sketch entities of the sketch to the input target sketch.
Syntax
SketchBlockDefinitionProxy.CopyEntitiesTo( SketchEntities As ObjectCollection, TargetSketch As Sketch, [Position] As Variant )Parameters
Name | Type | Description |
SketchEntities | ObjectCollection | Input ObjectCollection object that specifies the sketch entities being copied. |
TargetSketch | Sketch | Input Sketch object that specifies the target sketch into which the contents of the sketch should be copied. |
Position | Variant | Optional input Point2d that specifies the position on target sketch to place the copied sketch entities. If not specified the position of the sketch entities in source sketch will be used. This is an optional argument whose default value is null. |