About Precision Problem of DXFExport ?

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

Moderators: SDS, support, admin

Post Reply
koseco
Posts: 7
Joined: 15 Jun 2005, 09:19
Location: Korea
Contact:

About Precision Problem of DXFExport ?

Post by koseco » 06 Oct 2005, 09:59

Dear Sir,

I use the big scale coordination just like "123456.789, 123456.789".
But your TdxfExportData's point is defined by "float".
It can not be supported our geometric coordinations.

So, Would you change "float" to "double" ?

It's important for me and for my customer.

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

Post by Evgeny » 06 Oct 2005, 15:11

<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by koseco</i>
<br />Dear Sir,

I use the big scale coordination just like "123456.789, 123456.789".
But your TdxfExportData's point is defined by "float".
It can not be supported our geometric coordinations.

So, Would you change "float" to "double" ?

It's important for me and for my customer.

<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Dear Sir,
Thank you for the question. Current interface has Single – 4 bytes type and it is used by our clients. Switching Single to Double (8 bytes type) requires possible code changes in clients programs. Special build with Double precision you will get tomorrow.
Kind regards,
Evgeny

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

Post by support » 02 Aug 2006, 18:59

Hello all!

We have implemented double precision in current (June 2006) DXF Eport VCL v.5.2.5 (available on: http://www.cadsofttools.com/download/dxfexportvcl.zip).

Sergey

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

Post Reply