CADImageDLL drawing real size of objects

Discuss and ask questions about CAD DLL (CAD Image DLL, CAD Importer DLL).

Moderators: SDS, support, admin

Post Reply
romekf
Posts: 1
Joined: 18 Feb 2007, 12:49
Location: Poland

CADImageDLL drawing real size of objects

Post by romekf » 20 Feb 2007, 11:58

Hello.
Im using cadimage.dll for drawing dxf files. I need to draw cad objets in real size on monitor.
Any ideas how to solve this problem?

Regards,
Romek

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

Post by support » 20 Feb 2007, 17:36

Hello!

<b>CADImage.DLL</b>:

The <b>GetBoxCAD</b> function returns real width and height of the drawing.
The <b>DrawCAD</b> function draws CADImage object on specified device context.
The <b>DrawCADEx</b> function draws CADImage object on specified device context. The function makes the same as DrawCAD with additions feature for drawing CAD file.
The <b>CADUnits</b> function specifies the drawing measurement units (inches or millimeters).

<b>Windows GDI</b>:

The <b>GetDeviceCaps</b> function retrieves device-specific information for the specified device.

It is necessary to manipulate with CADImage object basing on the mentioned above functions.

Awaited update of the DLL will contain demo for Borland C++ Builder with respective example.

Sergey.

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

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

Post by support » 02 Nov 2007, 11:13

Hello everybody!

<b>CADImage.DLL</b> package, available at the following link:
http://www.cadsofttools.com/download/cadimagedll.zip, contains now demo for Borland C++ Builder.

Sergey.

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

Post Reply