Placing an image in a DXF using DXFExport

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

Moderators: SDS, support, admin

Post Reply
Richard Wissler
Posts: 7
Joined: 15 Apr 2005, 20:08

Placing an image in a DXF using DXFExport

Post by Richard Wissler » 06 Jul 2007, 20:07

Hi,

I would like to place images in a drawing.
Can I achieve that using DXFExport?

Richard

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

Post by support » 09 Jul 2007, 16:24

Hello Richard,

Current version of DXF Export VCL does not allows adding raster images into the result DXF file.

This functionality will be added in future as a part of <b>CADtoDXF</b> module.

Sergey.

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

Richard Wissler
Posts: 7
Joined: 15 Apr 2005, 20:08

Post by Richard Wissler » 10 Jul 2007, 13:46

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 file in a TMemo
- Adding what is required to insert a link to the image data and save it again

If this is possible, where can I find specification of the DXF statements I have to add?

Thanks in advance

Richard

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

Post by support » 11 Jul 2007, 10:33

Hello Richard,

Unfortunately it is impossible with current version of the library.

Sergey.

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

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

Post by support » 11 Jul 2007, 11:40

Hello Richard,
If this is possible, where can I find specification of the DXF statements I have to add?
Official web site of AutoDesk must contain respective information.

Sergey.

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

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

Re: Placing an image in a DXF using DXFExport

Post by support » 14 Dec 2009, 11:16

Hello.
We'd like to inform you that insertion of rasters into vector files was added to the latest version of the software. You can download it here:
http://www.cadsofttools.com/download/dxfexportvcl.zip

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply