搜索资源列表
BrowseDXF
- 此代码用于从CAD所生成的DXF文件中提取所需的实体数据,该数据是来完成自动编程系统的关键数据。-for this code generated from the CAD DXF files from the data entities, The data is to complete the automatic programming system critical data.
DXF
- AUTO CAD中的DXF格式参考,包括R13,R14,C18
DXF file read / write and manager code
- DXF file read / write and manager code - use this lib with CAD DXF file format manager,DXF file read / write and manager code - use this lib with CAD DXF file format manager
MFCDC
- 实现VC++读取CAD的dxf文件,并在单文档中还原图形-VC++ implementation of CAD dxf file to read, and restore the graphics in a single document
2008-07-27-dxf2gcode_v01_w32
- CAD文件dxf格式转化为G代码的软件,非常好用,而且源码开源的,可以作为学习参考的例子-Dxf format CAD file into a G-source software, very easy to use, and the source code open-source can serve as a useful example to study
DxfReader
- 用c++实现从cad中读取dxf格式的数据信息-Using c++ implementation from the cad in dxf format to read the data information
DXF
- 如何解析DXF文件,然后用VC重绘,这样就能实现CAD与DXF的快速转换-How to parse DXF file, then use the VC redrawn so that we can achieve the rapid conversion CAD and DXF
VcDxf
- VC读取DXF文件,可在CAD中画出图像,在VC窗口打开CAD图像-VC reads DXF files can be in the draw in the CAD image CAD image window opens in the VC
CADImportVCL
- CAD Import vcl 提供对AutoCAD的DWG, DXF 以及Hewlett-Packard 的HPGL文件格式的支持的控件-CAD Import vcl
ReadAndWriteDXF
- DXF图形文件的读取和存储,可以完全加载到CAD中去.-DXF graphics files to read and store, can be completely loaded into the CAD go.
MapGIS_2_Dxf
- MapGIS本身有输出dxf文件功能,但是在对子图,颜色,线型以及区文件的转换上不能满足要求,现将业余开发MapGIS转R12和AutoCAD 2000 Dxf文件程序贴出,可对文件进行一次性转换,希望对大家有帮助. 1 可以转换MapGIS文件为AutoCAD R12和AutoCAD 2000 Dxf两种文件格式,其中R12格式无法转换区文件 2 子图可以完整转换(此为难点一) 3 点线区的颜色转换效果较好,能够达到制图要求 4 线型只能转换实线和虚线(如铁路等暂未转换)
dwg
- dwg格式的AUTO CAD软件的设计,可进行基本图元的绘制-dwg format AUTO CAD software design, can be the basic drawing primitives
cad
- 读取ato-cad的dxf格式的文件得到图中的点、直线、圆、椭圆、圆弧数并改变颜色然后生成新文件-Ato-cad to read the dxf file to be the point chart, line, round, oval, arc few and change color and then create a new document
CAD_Import_VCL_6.1
- CAD Import VCL 6.1 New features: - AutoCADÖ DWG 2007 file format is supported. - AutoCADÖ PROXY (including AEC) entities are supported. - HPGL/HPGL2 file format - Bezier splines are supported. - DXF loading has been optimiz
GIP
- CAD DXF format manager - Load - Draw - Change view point-CAD DXF format manager - Load - Draw - Change view point
View_DXF_FIles
- 解析CAD dxf图形文件-view cad dxf file
VectorCAD
- CAD vector drawing. Allows you to draw lines, circles or rectangles in a vectorial way for easily way exporting to dxf file-CAD vector drawing. Allows you to draw lines, circles or rectangles in a vectorial way for easily way exporting to dxf fil
CAD
- AutoCAD VBA属性.chm AutoCAD里的DXF参考书.chm-AutoCAD VBA AutoCAD DXF
View-DXF-FIles
- 不用任何控件实现读取cad文件DXF格式图形-Without any controls to achieve read cad DXF file format graphics
dxflib-3.17.0-src
- dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖