搜索资源列表
cduqudxfwenjian
- 读取CAD的DXF文件,以方便使用CAD存取的字符文件被其他读取 -Read the CAD' s DXF files to facilitate the use of CAD access by other characters in the file to read
CAO
- 自动读取,编辑和保存为dxf文件的开源代码。很好。-Load, Edit and Save DXF File.
ReadLine
- CAD读取写入,读取Autocad文件格式,DXF格式文件,完全源码-CAD read write, read Autocad file format, DXF format, complete source
DXF
- CAD读取写入,读取Autocad文件格式,DXF格式文件,完全源码-CAD read write, read Autocad file format, DXF format, complete source
READ-DXF-LINE
- 读取DXF文件中的实体信息。目前只包括直线。用链表存储,并显示出来。-Read the information of the entities in the DXF file. Include straight line.
read-dxf-files
- 用c#编写的读取dxf文件,做三维模型处理的同学可以用下,关于dxf的格式说名-Read dxf files written in c#, students can do a three-dimensional model of processing under dxf format that name
2010_CSharp_DXF
- VC#读取dxf文件,可以实现放大、缩小、平移等功能。-VC# read dxf file can enlarge, shrink, pan functions.
DXFMFC
- 读取DXF文件,直直线和圆的读取,DXF文件的读取-read dxf
CSharp-for-DXF
- C#操作DXF,可以实现读取DXF文件、保存DXF文件、放大、缩小、平移等功能,代码规范,对象化操作。-C# for DXF, can read DXF files, save the DXF file, zoom, pan and other functions, the code specification, object operation.
netDxf_1.0.3
- dxfnet 开源c# .net dxf文件读取库,支持AutoCAD2000到AutoCAD2013,同时支持读取文本和二进制dxf文件-netDxf is a .net library programmed in C# to read and write AutoCAD dxf files. It supports AutoCad2000, AutoCad2004, AutoCad2007, AutoCad2010 and AutoCad2013 dxf versions, in both
C#中DXF文件解析显示(读取,合并,保存)
- 在C#中对DXF文件解析显示,可读取,合并,保存DXF文件。(DXF file parsing in C# shows that you can read, merge and save DXF files.)
C#操作DXF
- C# 操作dxf文件的源代码,里面有例子。是NetDxf(C # operation of the source code of the CAD DXF file, NetDxf, and source code examples)
0292 C#读取dxf格式文件并显示源码2个
- 简单的dxf文件读取并显示,适合初学者学习!(Simple DXF file read and display, suitable for beginners to learn!)
C# 读取并显示DXF文件
- C#读取并显示DXF文件示例源码,C#语言编写。