Search found 7 matches

by koseco
06 Oct 2005, 09:59
Forum: CAD VCL
Topic: About Precision Problem of DXFExport ?
Replies: 2
Views: 13371

About Precision Problem of DXFExport ?

Dear Sir,

I use the big scale coordination just like "123456.789, 123456.789".
But your TdxfExportData's point is defined by "float".
It can not be supported our geometric coordinations.

So, Would you change "float" to "double" ?

It's important for me and for my customer.
by koseco
06 Jul 2005, 07:21
Forum: CAD VCL
Topic: Is TsgDXFExport not support ATTDEF, ATTRIBUTE ?
Replies: 4
Views: 18503

When do you expect that work finish ?
by koseco
05 Jul 2005, 13:43
Forum: CAD VCL
Topic: Is TsgDXFExport not support ATTDEF, ATTRIBUTE ?
Replies: 4
Views: 18503

Is TsgDXFExport not support ATTDEF, ATTRIBUTE ?

Dear Sir,

I can't find how add ATTDEF, ATTRIBUTE ?

And one more questions,

How to add DXFImport->Convertor's data to DXFExport ?

I didn't understand how to convert block data from import to export.

If you have any example program, send me it.
by koseco
30 Jun 2005, 07:00
Forum: CAD VCL
Topic: How to add a new Layer to the Converter ?
Replies: 1
Views: 11094

How to add a new Layer to the Converter ?

Sir,
I want to add a new Layer to the TsgDXFImage->Converter.
If it is possible, Would you show me the sample code
for this work for C++Builder 6.0 ?

If you don't have c++ code, delphi code is ok.
by koseco
23 Jun 2005, 13:21
Forum: CAD VCL
Topic: How to merge dxf files and save a new file ?
Replies: 1
Views: 11456

How to merge dxf files and save a new file ?

I bought DXFExporterVCL and DXFImporterVCL for Borland C++Builder6. I want to implement with these component following steps. I have to finish these steps in a few days. 1. Open a DXF file 2. Open a DXF file which is added exist DXF file 3. Get the points of each Enitites 4. Calculations of coordint...
by koseco
21 Jun 2005, 14:23
Forum: CAD VCL
Topic: TsgDXFImage->SaveToFile ?
Replies: 1
Views: 10771

TsgDXFImage->SaveToFile ?

I can't save as a new file after adding entities.
The new saved file didn't contain the added entities.

The added entities are shown on the TsgImage.

What can I do save added entities ?
by koseco
20 Jun 2005, 17:09
Forum: CAD VCL
Topic: Add new entities and delete in C++Builder 6.0
Replies: 2
Views: 13060

Add new entities and delete in C++Builder 6.0

I want to get example codes for Adding a entity and deleting just like

Delphi example "Add new entities"