read_dxf

所属分类:matlab编程
开发工具:matlab
文件大小:102KB
下载次数:89
上传日期:2010-05-25 09:18:53
上 传 者Tom33
说明:  matlab读取dxf。有点和样条线的限制。
(matlab read the dxf. A little bit and kind of line constraints.)

文件列表:
license.txt (1335, 2009-05-27)
read_dxf (0, 2005-03-11)
read_dxf\Makefile (775, 2005-03-11)
read_dxf\read_dxf.mexglx (19689, 2005-03-11)
read_dxf\dxf.h (1369, 2005-03-11)
read_dxf\read_dxf.vcproj (4306, 2005-03-11)
read_dxf\read_dxf.def (40, 2005-03-11)
read_dxf\read_dxf.cpp (1339, 2005-03-11)
read_dxf\read_dxf.dll (106496, 2005-03-11)
read_dxf\read_dxf.ncb (109568, 2005-03-11)
read_dxf\read_dxf.sln (905, 2005-03-11)
read_dxf\read_dxf.suo (8192, 2005-03-11)
read_dxf\dxftoken.h (1396, 2005-03-11)
read_dxf\dxf.cpp (9135, 2005-03-11)
read_dxf\read_dxf.m (941, 2005-03-11)
read_dxf\surfdxf.m (444, 2005-03-11)
read_dxf\dxftoken.cpp (644, 2005-03-11)

Name: read_dxf Author: Steven Michael (smichael@ll.mit.edu) Date: 3/10/2005 ############################################################ The following code allows MATLAB to read in a text DXF file. It does not load any color or texture information ############################################################ Compilation: The base distribution includes binary MATLAB functions for Linux and Windows. The functions were compiled with Matlab R14. I have not tried them with other versions, but they should work. The Windows compiler used is MS Visual Studio.NET 2003 (v7.1). The linux compiler is gcc version 2.96 (RedHat Linux 7.3). To compile in Linux, simply type "make" in the base directory. Some variables may need to be changed in the Makefile depending upon MATLAB version and C compiler. I've included the MS Visual Studio project for compiling the "read_dxf.dll" file as well. ############################################################ Example Usage: dxf = read_dxf('dxf_filename'); surfdxf(dxf);

近期下载者

相关文件


收藏者