Convert arcs in polyline into polyline

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
andyseo
Posts: 4
Joined: 23 Apr 2007, 22:00
Location: USA

Convert arcs in polyline into polyline

Post by andyseo » 07 May 2007, 15:05

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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 07 May 2007, 18:52

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

andyseo
Posts: 4
Joined: 23 Apr 2007, 22:00
Location: USA

Post by andyseo » 07 May 2007, 19:08

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.

Post Reply