Page 1 of 1

Copy Entities

Posted: 29 Oct 2020, 14:42
by ditel
Hi

it is posible copy one Entitie from one Vdrawing structure to other one in the same proyect

in our proyect we have two structures cadimage

Public vDrawing As CADImage
Public vDrawing2 As CADImage

our question is it posible copy one entitie from vDraving to vDrawing2 maintaining all of its position values in the design. for example copy an Arc feature and keep its center point Start point start angle and end angle values but with a. NumberOfPartsInCircle different from the vDrawing

Thanks

Re: Copy Entities

Posted: 30 Oct 2020, 10:35
by support
Hello,

Please try to use a DeepCloneObject method from the following code example: viewtopic.php?f=15&t=10437#p22351

Mikhail

Re: Copy Entities

Posted: 30 Oct 2020, 11:43
by ditel
thanks Mikhail