Search found 7 matches
- 10 Jul 2007, 13:46
- Forum: CAD VCL
- Topic: Placing an image in a DXF using DXFExport
- Replies: 5
- Views: 26297
Hello Sergey, Thank you. I could realize almost everything I need very quickly using DXFExport and the help you gave. Adding images to the drawing would be a very fine function I would like to implement. Would it be possible to do it "by hand"? - Creating the DXF file using DXFExport - Loading the f...
- 06 Jul 2007, 20:07
- Forum: CAD VCL
- Topic: Placing an image in a DXF using DXFExport
- Replies: 5
- Views: 26297
Placing an image in a DXF using DXFExport
Hi,
I would like to place images in a drawing.
Can I achieve that using DXFExport?
Richard
I would like to place images in a drawing.
Can I achieve that using DXFExport?
Richard
- 06 Jul 2007, 15:35
- Forum: CAD VCL
- Topic: DXF Export of Polylines in BCB6
- Replies: 2
- Views: 13975
- 05 Jul 2007, 17:53
- Forum: CAD VCL
- Topic: DXF Export of Polylines in BCB6
- Replies: 2
- Views: 13975
DXF Export of Polylines in BCB6
Hello, I have problems in writing polylines to dxf. Possible a very simple and silly error. I am doing the following: if (SaveDialog1->Execute()) { TdxfExportData D; TdxfPoint *Pt; TsgDXFExport *E = new TsgDXFExport(); double x,y; try { E->Millimetres = true; D.Color = 1; for (int i=0; i<view.nShape...
- 28 Mar 2006, 20:53
- Forum: CAD VCL
- Topic: DWG to DXF conversion
- Replies: 2
- Views: 12683
DWG to DXF conversion
I am looking for the easiest way to read a DWG file using CAD Import VCL and write its contents to DXF using DXF Export VCL. Do I have to iterate through the entities?
Rest regards
Richard
Rest regards
Richard
- 19 Apr 2005, 13:14
- Forum: CAD VCL
- Topic: Can I overlay a CAD drawing onto a bitmap?
- Replies: 3
- Views: 17826
- 15 Apr 2005, 20:19
- Forum: CAD VCL
- Topic: Can I overlay a CAD drawing onto a bitmap?
- Replies: 3
- Views: 17826
Can I overlay a CAD drawing onto a bitmap?
Hello,
I want to display a CAD drawing as an overlay on a bitmap. Is this possible with the sgImage component?
The goal is to shift and zoom the CAD drawing until it fits to elements of the raster image and then export properties of the drawing.
Thanks in advance
Richard
I want to display a CAD drawing as an overlay on a bitmap. Is this possible with the sgImage component?
The goal is to shift and zoom the CAD drawing until it fits to elements of the raster image and then export properties of the drawing.
Thanks in advance
Richard