Page 1 of 1

Polyline

Posted: Tue Jul 09, 2002 11:09 am
by Yolanda
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.

Posted: Fri Jul 12, 2002 7:38 pm
by John Finlay
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