DXFtool

Tool for reading and plotting DXF files
4.1K Downloads
Updated 26 Mar 2018

View License

Plots 2D DXF file in current axes/figure (or creates a new figure/axes if none exist).

USAGE: dxf = DXFtool('filename.dxf')
INPUT: filename of dxf file as a string (may also include path).
OUTPUT: dxf object (optional).

FEATURES:
- supports: LINE, POINT, ARC, CIRCLE, ELLIPSE, LWPOLYLINE
- colored entities (line and hatch color)
- respects ordering of objects (back to front)
- supports bulges, open/closed polygons
- line dashing

TODO:
- more entities: DIMENSION, 3D stuff.
- improve handling of splines (currently piecewise linear)
- implement line weight handling

EXAMPLES:
1) Showing the possibilities
2) Using DXFplot to generate graphical legend
3) Importing and plotting CAD model from SolidWorks

Cite As

Mikkel Pedersen (2024). DXFtool (https://www.mathworks.com/matlabcentral/fileexchange/66632-dxftool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Model Import in Help Center and MATLAB Answers
Acknowledgements

Inspired by: Read DXF File Data

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0