Page 1 of 1

Convert arcs in polyline into polyline

Posted: 07 May 2007, 15:05
by andyseo
Hi,

I have several polylines which consist of arcs and lines in my DXF file.
I need to save them as polylines. How can I convert those arcs into polylines? Thank you.

Regards,
Andy

Posted: 07 May 2007, 18:52
by support
Hello Andy,

Read only <i><b>property</b> TsgDXFPolyline.DottedSingPts</i> already contains a list of points for polyline split accordingly to its line type and included lines and arcs. List contains the pointers to TFPoint type.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Posted: 07 May 2007, 19:08
by andyseo
Thanks, Sergey,

I was wondering if DottedSingPts was what I wanted and didn't know how to use it, but I got it now. Thank you.