搜索资源列表
7541053CADread-program
- CAD 文件的读取程序,读取你需要的信息-CAD file reading program, read the information you need
DWGdirect_NET_3_02
- 找了好久才找到的C#读取DWG格式的CAD文件信息方法,采用OpenDWG的DWGdirect_NET_3_02动态库里的方法,可以完美的读到DWG文件的信息-Looking for a long time to find C# to read DWG CAD File information methods, the use of a dynamic library OpenDWG of DWGdirect_NET_3_02 method that can read DWG files per
OpenDWG-read-AutoCAD-
- OpenDWG read AutoCAD file information .pdf 希望能对你有帮助 -OpenDWG read AutoCAD file information .pdf I hope to have some help
readSTL
- 在matlab中读入CAD模型的stl文件,直接获得离散点数据和法矢信息,并可视化显示CAD模型-Read in the STL file of CAD model in matlab, direct access to information discrete points and the method of vector data, and visual display of CAD model
dxflib-3.17.0-src
- dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖