Re: Reading and writing DXF files [message #35405] |
Wed, 28 May 2003 07:04 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Norbert Hahn (hahn@hrz.tu-darmstadt.de) writes:
> I need to read and possibly write DXF files (AutoCAD) from within IDL.
> Is there some routine that extracts geometry information from DXF files
> around? Are there better formats suited to get 3D geometry from AutoCAD
> to IDL (and back) ?
You can use the IDLffDXF object to read and create
DXF files. You are going to have to know a bit more
about DXF files than is in the documentation, I think,
to be able to use it successfully, but there you go. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|