Polyline

#1
I have several drawing entities in my document: polylines, lines, arcs and ellipses. I need to form a polyline with them (using VBA) in order to draw a paralel drawing (from the original figure). If I have all those entities, how can I form a polyline?.

Thank you very much.

#2
Yolanda,

There is no method that I know in VBA to transfer entities from lines or arcs to polylines. AutoCAD's VBA is also the same.

You could look at a lisp routine and run the lisp code using VBA.

------------------
Regards
John Finlay
cron