Search found 19 matches

by digitiger
03 Oct 2006, 17:28
Forum: CAD VCL
Topic: text style with TDXFExport vcl
Replies: 3
Views: 15575

Thanks, we will wait for it.
by digitiger
02 Oct 2006, 21:27
Forum: CAD VCL
Topic: text style with TDXFExport vcl
Replies: 3
Views: 15575

text style with TDXFExport vcl

are the text styles supported by the TDXFExport VCL component.

If it is possible to create and/or manipulate text styles in DXF then kindly give some example

thanks
by digitiger
23 Aug 2006, 12:45
Forum: CAD VCL
Topic: Attribute Definition
Replies: 4
Views: 18159

thanks a lot for your reply. Also do you have some probable/estimated date of release for your next version.

Thanks
by digitiger
23 Aug 2006, 10:23
Forum: CAD VCL
Topic: Attribute Definition
Replies: 4
Views: 18159

Attribute Definition

We are using licensed version of DXF Export VCL v.5.2.5 export some drawings from Delphi application to DXF file. Now we need to export some blocks made of Attributes (in AutoCAD they are created using Attribute Definition [with Tags and values etc] and then grouped into blocks). Please advise if th...
by digitiger
10 Jul 2006, 13:59
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

Thanks for your query, Sergey, I tried using the demo export vcl along with licensed version of CADImport (No source) VCL but the results are still same and give the same problem. I am also forwarding three sets of emf and corresponding dxf files (both types created using DXFExport VCL components of...
by digitiger
07 Jul 2006, 10:51
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

We downloaded the full commercial version for which link was sent through mail, yesterday. But the old Delphi project which was running fine with the previous version of your library is now creating a buggy DXF output with the new version of DXFExport VCL. The problem is related to some wrong group ...
by digitiger
06 Jul 2006, 09:05
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

Sorry for that Sergey. It was my fault as an old copy of same dcu file was in library path and was causing the problem. Now after fixing the path, it works find and the bug has vanished. But it seems that the library file downloaded from "http://www.cadsofttools.com/download/dxfexportvcl.zip" is a d...
by digitiger
06 Jul 2006, 08:35
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

Thank you very much once again. I have downloaded the new library and updated my Delphi IDE. But now my project does not compiles and complains with following compiler error message: "Unit DXFExport was compiled with a different version of sgConsts.SwapInts" The sgConsts.dcu present in ...\DelphiExp...
by digitiger
05 Jul 2006, 08:17
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

First of all thanks for that Sergey, the sample code given by you solves the problem. But there is one more issue involved with AddHatch method. If in you sample code, the line in which Hatch is actually created is commented out as //E.AddHatch(Data); but boundary polyline is still created with same...
by digitiger
04 Jul 2006, 14:03
Forum: CAD VCL
Topic: Problem with exported hatch using DXFExport VCL
Replies: 9
Views: 43519

Problem with exported hatch using DXFExport VCL

I am trying to create some hatch in a DXF exported from Delphi application using TDXFExport component. Every thing works fine but when I specify the style for fill, then the hatch is not visible when same file is opened using AutoCAD. On checking the properties of these hatch, I noticed that the val...
by digitiger
16 Jun 2006, 11:43
Forum: CAD VCL
Topic: Draworder in exported DXF file
Replies: 1
Views: 9885

Draworder in exported DXF file

Can we specify draworder for any DXFExportLayer while exporting some vector drawing in multiple layers to DXF layer
by digitiger
15 Jun 2006, 22:23
Forum: CAD VCL
Topic: setting a TsgExpDXFLayer to off for default view
Replies: 3
Views: 15501

I tried to acheive it by following as per your advise

VLayer.Flags := 1;

but perhaps I am still missing something as the layer was still visible in the AutoCAD, when I opened the exported DXF file.

Please help
by digitiger
14 Jun 2006, 18:42
Forum: CAD VCL
Topic: Cant create a hatch as first entity , BUG?
Replies: 1
Views: 10262

Cant create a hatch as first entity , BUG?

I have been trying to create several entities in loop while exporting a vector drawing to DXF. The entities depend on actual contents of the onscreen drawing in a Delphi application. Sometimes the first entity required to be created in DXF file (and sometime the only entity required) is a HATCH. In ...
by digitiger
14 Jun 2006, 08:47
Forum: CAD VCL
Topic: setting starting coordinate & dimensions (export)
Replies: 2
Views: 13028

Thanks
by digitiger
14 Jun 2006, 08:45
Forum: CAD VCL
Topic: setting a TsgExpDXFLayer to off for default view
Replies: 3
Views: 15501

setting a TsgExpDXFLayer to off for default view

I am creating five layers in a DXF file which I am exporting from Delphi application. This VCL component is doing the job in an exceelent manner and infact the DXF produced this way is being recognized as of higher quality then the normal ones produced by even good and experienced Draftsmen using Au...