Spline lines in DXF file looks funny?

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

Moderators: SDS, support, admin

Post Reply
kliboon
Posts: 3
Joined: 28 Dec 2004, 15:58
Location: USA

Spline lines in DXF file looks funny?

Post by kliboon » 31 Dec 2004, 05:04

When a DXF file has splines, the data displayed does not look very smooth? Is there a way to make it look better?

Evgeny
Posts: 115
Joined: 16 Mar 2004, 11:04
Location: Russia

Post by Evgeny » 05 Jan 2005, 11:10

<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by kliboon</i>
<br />When a DXF file has splines, the data displayed does not look very smooth? Is there a way to make it look better?
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
var
Img: TsgDXFImage;
begin
...
Img.Converter.NumberOfPartsInSpline := 100;
// default - 25 parts between two control points.
...

Please see Viewer demo to learn how to make circles/arcs/splines more smooth.

Post Reply