基本信息
源码名称:CAD格式DXF档C#读写(DXF块分割)
源码大小:0.25M
文件格式:.zip
开发语言:C#
更新时间:2023-05-04
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 4 元 
   源码介绍

CAD格式DXF档C#读写(DXF块分割)

此例 是把DXF档中的多个块分割成单独的块并保存为单独的DXF档 (例子中含,圆,直线等类源码,供参考)VS2019  ,可直接运行;

.
├── AppDxfReadAndWrite
│   ├── AppDxfReadAndWrite
│   │   ├── AppDxfReadAndWrite.csproj
│   │   ├── DXFLibrary
│   │   │   ├── Arc.cs
│   │   │   ├── Block.cs
│   │   │   ├── Blocks.cs
│   │   │   ├── Circle.cs
│   │   │   ├── Data.cs
│   │   │   ├── Document.cs
│   │   │   ├── Element.cs
│   │   │   ├── EndBlk.cs
│   │   │   ├── Entities.cs
│   │   │   ├── Entity.cs
│   │   │   ├── Header.cs
│   │   │   ├── Insert.cs
│   │   │   ├── Layer.cs
│   │   │   ├── Line.cs
│   │   │   ├── Line3D.cs
│   │   │   ├── LineType.cs
│   │   │   ├── PolyLine.cs
│   │   │   ├── Reader.cs
│   │   │   ├── Section.cs
│   │   │   ├── SeqEnd.cs
│   │   │   ├── Style.cs
│   │   │   ├── Table.cs
│   │   │   ├── TableEntry.cs
│   │   │   ├── Tables.cs
│   │   │   ├── Text.cs
│   │   │   ├── UnexpectedElement.cs
│   │   │   ├── Variable.cs
│   │   │   ├── Vertex.cs
│   │   │   └── Writer.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── ARLQ009 鞋舌.dxf
│   │   │       ├── AppDxfReadAndWrite.exe
│   │   │       ├── AppDxfReadAndWrite.exe.config
│   │   │       ├── AppDxfReadAndWrite.pdb
│   │   │       ├── AppDxfReadAndWrite.vshost.exe
│   │   │       ├── AppDxfReadAndWrite.vshost.exe.config
│   │   │       ├── AppDxfReadAndWrite.vshost.exe.manifest
│   │   │       ├── k-8 TD鞋头 鞋舌下片 魔术带后.DXF.dxf
│   │   │       ├── test2-1.dxf
│   │   │       ├── test2.bak
│   │   │       ├── test2.dxf
│   │   │       └── 图档
│   │   │           └── ARLQ009 鞋舌
│   │   │               └── $MODEL_SPACE.dxf
│   │   └── obj
│   │       └── Debug
│   │           ├── AppDxfReadAndWrite.Form1.resources
│   │           ├── AppDxfReadAndWrite.Properties.Resources.resources
│   │           ├── AppDxfReadAndWrite.csproj.CoreCompileInputs.cache
│   │           ├── AppDxfReadAndWrite.csproj.FileListAbsolute.txt
│   │           ├── AppDxfReadAndWrite.csproj.GenerateResource.cache
│   │           ├── AppDxfReadAndWrite.csprojResolveAssemblyReference.cache
│   │           ├── AppDxfReadAndWrite.dll
│   │           ├── AppDxfReadAndWrite.exe
│   │           ├── AppDxfReadAndWrite.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   └── AppDxfReadAndWrite.sln
└── CAD格式DXF档C#读写(DXF块分割)_AppDxfReadAndWrite.zip

11 directories, 66 files