DXFLib

版本 1.2.0.0 (692.8 KB) 作者: Grzegorz Kwiatek
DXFLib is a library written in MATLAB that allows to create simple AutoCAD DXF files.
11.5K 次下载
更新时间 2014/12/16

查看许可证

DXFLib is a library written in MATLAB that allows to create simple AutoCAD DXF files. Autocad DXF is a popular file format that can be interpreted in many CAD-related applications. AutoCAD DXF can be also converted to a PDF file containing 3D geometry using any 3D printer driver.
The DXFLib handles DXF layers and ACI Colors (RGB colors are automatically converted to their ACI counterparts). It is capable of exporting point, polylines, polysurfaces, text, various 3D primitives and 2D markers.

Installation

Just unpack zipped m-files to your working directory or create a separate directory and add its location to MATLAB path. All m-files are located in to root directory. The /examples directory contains DXF files which are generated by dxf_test.m script. Some DXF files are converted to 3D PDF files using Bentley View 3D printer driver.

Usage

The easiest way to learn how to create DXF files using DXFLib is to simply run the dxf_test.m script and then open it in MATLAB editor and compare the generated DXF files with the code inside the script. Obviously, you'll need any DXF viewer that is capable to handle 3D content. I recommend
to use free Bentley View software (http://www.bentley.com/en-US/Products/Bentley+View/). The
advantage of using Bentley View is that this software is capable to PRINT 3D PDF
files (some DXF files in /exaples subdirectory were converted using this 3D PDF printer driver). More examples and a short tutorial is available at: http://www.sejsmologia-gornicza.pl/?page_id=235

DXFLib page: http://www.induced.pl/projects/dxflib

引用格式

Grzegorz Kwiatek (2024). DXFLib (https://www.mathworks.com/matlabcentral/fileexchange/33884-dxflib), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Automotive 的更多信息
致谢

启发作品: Space-Structure Deck Arch Bridge

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Changed DXFLib website address

1.1.0.0

Changes in the description.

1.0.0.0