LWPOLYLINE versus POLYLINE

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

Moderators: SDS, support, admin

Post Reply
JohnHutch
Posts: 4
Joined: 05 Nov 2006, 22:39
Location: Australia
Contact:

LWPOLYLINE versus POLYLINE

Post by JohnHutch » 08 Nov 2006, 22:27

My understanding of the LWPOLYLINE is that it is a 2D polyline. Even though your code does export the Z (30) value in the dxf, in the R14 specification the Z value is ignored. I want to export the 3D points of my polyline and should use the POLYLINE.

Can you provide a POLYLINE export option or provide me a way to add a POLYLINE to the export??

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

Post by support » 13 Nov 2006, 09:42

Dear Mr. John Hutch,

Currently we work on a new product <b>Direct DXF Export</b>. It will support export of 3D points. Beta version is available on: http://www.cadsofttools.com/download/CADtoDXF.zip (the package contains libraries for Delphi 5, 6 and 7).

Current product <b>DXFExportVCL</b>: available on http://www.cadsofttools.com/download/dxfexportvcl.zip will be developed only as a Windows Metafile export to DXF file format.

Sergey.

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

JohnHutch
Posts: 4
Joined: 05 Nov 2006, 22:39
Location: Australia
Contact:

Post by JohnHutch » 26 Nov 2006, 02:07

Sergy,

Thanks for the info. Unfortunately I cannot really look at the product as there is no help file and the library is closed. Can you provide some more information. How long until this new product is released?

JohnHutch

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

Post by support » 27 Nov 2006, 11:05

Hello John,

1. We plan to release it within the December, 2006.
2. You can find entities' description in the <b>CADImportVCL</b> documentation. <b>CADImportVCL</b> is available at: http://www.cadsofttools.com/download/cadimportvcl.zip.



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 » 02 Oct 2007, 17:49

Hello!

<b>DXF Export VCL</b> package (available at: http://www.cadsofttools.com/download/dxfexportvcl.zip) contains new demo which provides direct export to DXF file format. It is CADExportDemo.exe in the ..\dxfexportvcl\.. folder. Respective code example is available in the modules in the ..\dxfexportvcl\Demos\CADExportDemo\.. folder.

Sergey.

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

Post Reply