dwg/dxf in OpenGL

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

Moderators: SDS, support, admin

Post Reply
bik
Posts: 1
Joined: 26 Apr 2007, 13:47

dwg/dxf in OpenGL

Post by bik » 26 Apr 2007, 14:01

We develop in the Visual Studio .net 2003 c++ and looking for a tool to read dwg/ dxf files. We wants to show the painting in a 3D openGl window and need a snapfunction on the CAD points.
Has the CADSOFTTOOLS some good tools with this functionality?
And how is the usage of them?

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

Post by support » 28 Apr 2007, 18:22

Hello!

Thank you for the question.
Currently <b>OpenGL</b> example is released in <b>CAD Import VCL</b> only. It is demo <b>OpenGL</b> in the ..\cadimportvcl\Delphi\Demos\OpenGL\.. folder of the package available at: http://www.cadsofttools.com/download/cadimportvcl.zip

Also we would like you to pay attention on <b>CADImporter.DLL</b>. It is available at: http://www.cadsofttools.com/download/cadimporterdll.zip
<b>CADImporter.DLL</b> allows to get entities' data from the loaded DXF/DWG/HPGL/SVG/CGM file for further drawing by <b>GDI</b> or <b>OpenGL</b> means.

Sergey.

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

Post Reply