Welcome![Sign In][Sign Up]
Location:
Search - dxflib

Search list

[Special Effectsdxflib

Description: 这是一个可以直接读写AutoCad dxf格式文件的C++类库源码,并有演示实例
Platform: | Size: 241503 | Author: 陈光辉 | Hits:

[Other resourcedxflib-2.2.0.0-1.src.tar

Description: 一个dxf读写的类库(包含类库源码及演示源码)
Platform: | Size: 138681 | Author: jdh | Hits:

[Graph Drawingqcad-2.0.4.0-1.src

Description: Linux下的开源软件QCAD完整源代码,方便需要编制类CAD/CAM程序-Linux open-source software QCAD integrity of the source code, the need to facilitate the preparation of CAD/CAM processes
Platform: | Size: 3304448 | Author: angelsoft | Hits:

[Special Effectsdxflib

Description: 这是一个可以直接读写AutoCad dxf格式文件的C++类库源码,并有演示实例-This is a direct reading and writing AutoCad dxf format file C++ Class library source code and demo examples
Platform: | Size: 910336 | Author: 陈光辉 | Hits:

[Graph Drawingdxflib-2.2.0.0-1.src.tar

Description: 一个dxf读写的类库(包含类库源码及演示源码)-Dxf to read and write a class library (including class library source code and demo source code)
Platform: | Size: 138240 | Author: jdh | Hits:

[Graph Drawing2111_dxflib_dxflib-2.0.1.3-1.src.tar

Description: dxf file write and read.
Platform: | Size: 130048 | Author: shine | Hits:

[Graph Drawingdxflib-2.0.4.8-2.src.tar

Description: AutoCAD是大家常用的制图软件,其交换格式Dxf收到广泛支持和传播,本文件就是读取Dxf文件的源码-AutoCAD is a commonly used mapping software, its exchange format dxf received broad support and dissemination of this document is to read the source dxf file
Platform: | Size: 121856 | Author: eeleo | Hits:

[Graph programDXF

Description: 读取DXF文件中的实体信息. 和AutoCAD中的DXF参考信息.-Read the information of DXF files. Just a Demo. You can add more to meet your demand.
Platform: | Size: 626688 | Author: liuxing | Hits:

[Windows Developdxflib

Description: dxflib is an open source C++ library mainly for parsing DXFTM files. QCAD, CAM Expert and vec2web all use dxflib to import DXF files. dxflib can also write DXF files, but you need to have good knowledge of the DXF format to produce valid output.
Platform: | Size: 844800 | Author: nour | Hits:

[VC/MFCdxfTest

Description: dxf格式读写库的demo程序。通过dxflib来读写-dxf format to read and write library demo program. Dxflib to read and write by
Platform: | Size: 75776 | Author: Stonexin | Hits:

[Windows Developdxflib-2.5.0.0-1.src

Description: DXF库(dxflib) dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖任何其他的库。 -dxflib is an open source C++ library mainly for parsing DXFTM files. QCAD, CAM Expert and vec2web all use dxflib to import DXF files. dxflib can also write DXF files, but you need to have good knowledge of the DXF format to produce valid output.
Platform: | Size: 150528 | Author: xiaoshuai | Hits:

[CADdxflib-2.5.0.0-1.src.tar

Description: 最新的dxf解析库,dxflib是一个用来读写DXF文件的C++库,dxflib分析DXF文件,然后调用用户定义的回调函数。用户可以在回调函数中处理各种实体,或者将它们保存到容器中-Dxf parsing library, dxflib is used to read and write DXF files C++ library, dxflib analysis DXF file, and then call the user-defined callback function. Users can deal with various entities in the callback function, or save them to the container
Platform: | Size: 135168 | Author: scenic | Hits:

[File Operatedxflib-3.3.4-src

Description: dxflib-3.3.4-src ,dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。-dxflib-3.3.4-src,dxflib is an opensource C++ library for reading and writing AutoCAD (R) DXF files.
Platform: | Size: 89088 | Author: 王道威 | Hits:

[File Operatedxflib-3.3.4-src

Description: 最新的dxf解析库,dxflib是一个用来读写DXF文件的C++库,dxflib分析DXF文件,然后调用用户定义的回调函数。用户可以在回调函数中处理各种实体,或者将它们保存到容器中 -Dxf parsing library, dxflib is used to read and write DXF files C++ library, dxflib analysis DXF file, and then call the user-defined callback function. Users can deal with various entities in the callback function, or save them to the container
Platform: | Size: 96256 | Author: 冯星善 | Hits:

[Otherdxflib-3.7.5-src

Description: QT下使用dxflib-3.7.5,打开test.pro,实现了dxf文件的主要内容的编程,可存储cad2000.dxf格式。实例中有image,point,line的存储。使用autocad打开成功。-use dxflib-3.7.5 to read and write dxf file on QT.
Platform: | Size: 1803264 | Author: 简晓敏 | Hits:

[Otherdxflib-2015

Description: dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。dxflib完全基于C/C++标准库实现,不依赖任何其他的库。-Dxflib is a C++ library used to read and write DXF files. When you read the DXF file, the dxflib analysis file and call the user s own definition of the function to add entities, layers, and so need to pay attention to is that dxflib does not save any entity or information. It only analyzes the entity and other objects that can be identified the DXF file. Using the dxflib library to read the DXF file does not need to know all the DXF format information. Of course, the basic concepts such as entities, attributes, layers, or segments need to be understood. If you are using the dxflib library to write DXF files, you need to know how the DXF file is organized. Dxflib fully based on the C/C++ standard library implementation, do not rely on any other library.
Platform: | Size: 241664 | Author: jintao | Hits:

[Otherdxflib-3.17-2.0-src

Description: Qt上读取或者生成dxf文件的C++开源库。(This is a c++ lib for reading and writing dxf file on Qt.)
Platform: | Size: 666624 | Author: 大香蕉 | Hits:

[CADdxflib-3.17.0-src

Description: dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖任何其他的库(Dxflib is a C++ library used to read and write DXF files. When reading a DXF file, dxflib analyzes the file and calls the function defined by the user to add entities, layers, and so on. It is important to note that dxflib does not save any entity or information. It only analyzes the identified entities and other objects from the DXF file. Using the dxflib library to read the DXF file does not need to know all of the DXF format information. Of course, the basic concepts such as entities, attributes, layers, and segments need to be understood. If you write the DXF file with the dxflib library, you need to know how the DXF file is organized. Dxflib is completely based on the C/C++ standard library and does not depend on any other libraries)
Platform: | Size: 91136 | Author: 纷纷分 | Hits:

[Graph programdxflib-3.17.0-src.tar

Description: dxflib rread / write dfx files
Platform: | Size: 82944 | Author: recyclebin | Hits:

[CADdxflib-reference-manual

Description: dxflib编程指南, dwg文件转dxf文件后读出所有数据(dxflib reference manual)
Platform: | Size: 45056 | Author: NoBody31 | Hits:
« 12 »

CodeBus www.codebus.net