Author Topic: Stream DXF  (Read 1760 times)

0 Members and 1 Guest are viewing this topic.

Draftek

  • Guest
Stream DXF
« on: May 07, 2009, 10:44:01 AM »
Any way to Memory Stream in some dxf code to add a block definition to a drawing without using a file?

I'm extracting the dxf text from a database table and I really don't want to create a temporary file to read if I don't have to.

I can do this with xaml code mapped from the dxf into a canvas and draw the shape on a form control. I'd like to actually insert the dxf code into autocad also.

Thanks