DXF Export VCL with SetWorldTransform

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

Moderators: SDS, support, admin

Post Reply
RogerSemaan
Posts: 1
Joined: 10 Jun 2006, 07:55

DXF Export VCL with SetWorldTransform

Post by RogerSemaan » 10 Jun 2006, 08:18

Hello,

I have a simple application that draws lines and circles in a triangular pattern in GDI. I use the transformation functions to rotate the lines and circles by +- 30 deg. It all looks good in EMF, viewing and printing. However, when converting to DXF with the trial package, some circles look like ellipses and some of them have their sizes significantly altered, and the text associated is totally misplaced.

Any insight?

PS: I am evaluating you product to buy at least 5 licences and requiring our customers to buy their licences if we can make this work.

Thank you.

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

Post by support » 13 Jun 2006, 14:52

Hello Roger,

Could you please send us your files on support@cadsofttools.com for testing and solving the problem?

Sergey.

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

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

Post by support » 30 Jun 2006, 14:05

Hello all,

The problem has been solved. Corrected DXFExportVCL is available on: http://www.cadsofttools.com/download/dxfexportvcl.zip

We have improved the work with combinations of GDI "coordinate's transformation" functions: SetMapMode, SetViewportOrgEx, SetWindowExtEx, SetViewportExtEx, SetWorldTransform.

Sergey.


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

Post Reply