dxf2coord 1.1
by lukas wischounig
10 May 2005
(Updated 13 May 2005)
The script reads the coordinates of points, lines, polylines, 3d polylines 3dfaces and circles from
|
Watch this File
|
| File Information |
| Description |
The dxf2coord script reads the coordinates of points, lines, polylines (LWPOLYLINES with and without elevation), 3d polylines, 3dfaces and circles from an acad r2000 - r2004 ascii .dxf file. this simple script treads the .dxf file as a string and looks
for the keywords for the interested entity (e.g. 'AcDbPolyline' for polylines) and reads the following coordinates. for details see the dxf reference.
caution: this script won't read additional information like layer color,linewidth, linestyle etc.!!!
two different files are added, one saves all entities as a matrix the other as cell array |
| Acknowledgements |
This submission has inspired the following:
Read DXF File Data
|
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 May 2005 |
version 1.1: reads 3dfaces and circles now, output format slightly changed |
|
Contact us at files@mathworks.com