在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#文件解析和处理 → CAD二次开发实例源码

CAD二次开发实例源码

C#文件解析和处理

下载此实例
  • 开发语言:C#
  • 实例大小:29.12M
  • 下载次数:97
  • 浏览次数:658
  • 发布时间:2022-08-29
  • 实例类别:C#文件解析和处理
  • 发 布 人:kerwinaj
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】CAD二次开发实例源码

【实例截图】

from clipboard

【核心代码】

.
├── CAD二次开发
│   ├── Chap01
│   │   ├── AcadNetAddinCS1
│   │   │   ├── AcadNetAddinCS1.csproj
│   │   │   ├── AcadNetAddinCS1.csproj.user
│   │   │   ├── InitClass.cs
│   │   │   ├── OptimizeClass.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ReadMe.txt
│   │   │   ├── acad.lsp
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AcadNetAddinCS1.dll
│   │   │   │   │   ├── AcadNetAddinCS1.pdb
│   │   │   │   │   └── acad.lsp
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AcadNetAddinCS1.csproj.FileListAbsolute.txt
│   │   │           ├── AcadNetAddinCS1.dll
│   │   │           ├── AcadNetAddinCS1.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── Chap01.sln
│   │   ├── Chap01.suo
│   │   ├── Hello
│   │   │   ├── Class1.cs
│   │   │   ├── Hello.csproj
│   │   │   ├── Hello.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Hello.dll
│   │   │   │   │   ├── Hello.pdb
│   │   │   │   │   ├── hello.iss
│   │   │   │   │   └── setup.exe
│   │   │   │   └── Release
│   │   │   │       ├── Hello.dll
│   │   │   │       └── Hello.pdb
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── Hello.csproj.FileListAbsolute.txt
│   │   │       │   ├── Hello.dll
│   │   │       │   ├── Hello.pdb
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       └── Release
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Hello.csproj.FileListAbsolute.txt
│   │   │           ├── Hello.dll
│   │   │           ├── Hello.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   └── InitAndOpt
│   │       ├── InitAndOpt.csproj
│   │       ├── InitClass.cs
│   │       ├── OptimizeClass.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── InitAndOpt.dll
│   │       │   │   ├── InitAndOpt.pdb
│   │       │   │   └── zh-cn
│   │       │   └── Release
│   │       │       ├── InitAndOpt.dll
│   │       │       └── InitAndOpt.pdb
│   │       └── obj
│   │           ├── Debug
│   │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           │   ├── InitAndOpt.csproj.FileListAbsolute.txt
│   │           │   ├── InitAndOpt.dll
│   │           │   ├── InitAndOpt.pdb
│   │           │   ├── ResolveAssemblyReference.cache
│   │           │   └── TempPE
│   │           └── Release
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── InitAndOpt.csproj.FileListAbsolute.txt
│   │               ├── InitAndOpt.dll
│   │               ├── InitAndOpt.pdb
│   │               ├── ResolveAssemblyReference.cache
│   │               └── TempPE
│   ├── Chap02
│   │   ├── Chap02.sln
│   │   ├── Chap02.suo
│   │   ├── CircleAndArc
│   │   │   ├── CircleAndArc.cs
│   │   │   ├── CircleAndArc.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CircleAndArc.dll
│   │   │   │   │   ├── CircleAndArc1.dll
│   │   │   │   │   ├── CircleAndArc3.dll
│   │   │   │   │   ├── CircleAndArc4.dll
│   │   │   │   │   ├── CircleAndArc4.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   └── DotNetARX.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CircleAndArc.csproj.FileListAbsolute.txt
│   │   │           ├── CircleAndArc4.dll
│   │   │           ├── CircleAndArc4.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── Dimensions
│   │   │   ├── Dimensions.cs
│   │   │   ├── Dimensions.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Dimensions.dll
│   │   │   │   │   ├── Dimensions.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   └── DotNetARX.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Dimensions.csproj.FileListAbsolute.txt
│   │   │           ├── Dimensions.dll
│   │   │           ├── Dimensions.pdb
│   │   │           └── TempPE
│   │   ├── EllipseAndSpline
│   │   │   ├── EllipseAndSpline.cs
│   │   │   ├── EllipseAndSpline.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── EllipseAndSpline15.dll
│   │   │   │   │   └── EllipseAndSpline15.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── EllipseAndSpline.csproj.FileListAbsolute.txt
│   │   │           ├── EllipseAndSpline15.dll
│   │   │           ├── EllipseAndSpline15.pdb
│   │   │           └── TempPE
│   │   ├── EntEdit
│   │   │   ├── EntEdit.cs
│   │   │   ├── EntEdit.csproj
│   │   │   ├── EntEdit.suo
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── EntEdit.dll
│   │   │   │   │   └── EntEdit.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── EntEdit.csproj.FileListAbsolute.txt
│   │   │           ├── EntEdit.dll
│   │   │           ├── EntEdit.pdb
│   │   │           └── TempPE
│   │   ├── Hatches
│   │   │   ├── Hatches.cs
│   │   │   ├── Hatches.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Hatches.dll
│   │   │   │   │   ├── Hatches.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Hatches.csproj.FileListAbsolute.txt
│   │   │           ├── Hatches.dll
│   │   │           ├── Hatches.pdb
│   │   │           └── TempPE
│   │   ├── Leaders
│   │   │   ├── Leaders.cs
│   │   │   ├── Leaders.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Leaders1.dll
│   │   │   │   │   ├── Leaders1.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Leaders.csproj.FileListAbsolute.txt
│   │   │           ├── Leaders1.dll
│   │   │           ├── Leaders1.pdb
│   │   │           └── TempPE
│   │   ├── Lines
│   │   │   ├── Lines.cs
│   │   │   ├── Lines.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Lines.dll
│   │   │   │   │   └── Lines.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Lines.csproj.FileListAbsolute.txt
│   │   │           ├── Lines.dll
│   │   │           ├── Lines.pdb
│   │   │           └── TempPE
│   │   ├── Polylines
│   │   │   ├── Polylines.cs
│   │   │   ├── Polylines.csproj
│   │   │   ├── Polylines.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Polylines.dll
│   │   │   │   │   └── Polylines.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Polylines.csproj.FileListAbsolute.txt
│   │   │           ├── Polylines.dll
│   │   │           ├── Polylines.pdb
│   │   │           └── TempPE
│   │   ├── Regions
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Regions.cs
│   │   │   ├── Regions.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Regions.dll
│   │   │   │   │   ├── Regions.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Regions.csproj.FileListAbsolute.txt
│   │   │           ├── Regions.dll
│   │   │           ├── Regions.pdb
│   │   │           └── TempPE
│   │   └── Texts
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Texts.cs
│   │       ├── Texts.csproj
│   │       ├── Texts.csproj.user
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Texts.dll
│   │       │   │   └── Texts.pdb
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── TempPE
│   │               ├── Texts.csproj.FileListAbsolute.txt
│   │               ├── Texts.dll
│   │               └── Texts.pdb
│   ├── Chap03
│   │   ├── 100000point.dwg
│   │   ├── Chap03.sln
│   │   ├── Chap03.suo
│   │   ├── Commands
│   │   │   ├── Commands.cs
│   │   │   ├── Commands.csproj
│   │   │   ├── Commands.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── Commands.csproj.FileListAbsolute.txt
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── CustomSnap
│   │   │   ├── Command.cs
│   │   │   ├── CustomSnap.csproj
│   │   │   ├── CustomSnap.suo
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ThirdGlyph .cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CustomSnap1.dll
│   │   │   │   │   ├── CustomSnap1.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   └── DotNetARX.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CustomSnap.csproj.FileListAbsolute.txt
│   │   │           ├── CustomSnap1.dll
│   │   │           ├── CustomSnap1.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── HighestPoints
│   │   │   ├── HighestPoints.cs
│   │   │   ├── HighestPoints.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── HighestPoints.dll
│   │   │   │   │   └── HighestPoints.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── HighestPoints.csproj.FileListAbsolute.txt
│   │   │           ├── HighestPoints.dll
│   │   │           ├── HighestPoints.pdb
│   │   │           └── TempPE
│   │   ├── Interactive
│   │   │   ├── Interactive.cs
│   │   │   ├── Interactive.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Interactive.dll
│   │   │   │   │   ├── Interactive.pdb
│   │   │   │   │   └── Test.bin
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Interactive.csproj.FileListAbsolute.txt
│   │   │           ├── Interactive.dll
│   │   │           ├── Interactive.pdb
│   │   │           └── TempPE
│   │   ├── MouseTip
│   │   │   ├── MouseTip.cs
│   │   │   ├── MouseTip.csproj
│   │   │   ├── MouseTip.suo
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── MouseTip.dll
│   │   │   │   │   ├── MouseTip.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── MouseTip.csproj.FileListAbsolute.txt
│   │   │           ├── MouseTip.dll
│   │   │           ├── MouseTip.pdb
│   │   │           └── TempPE
│   │   └── NetSelection
│   │       ├── NetSelection.cs
│   │       ├── NetSelection.csproj
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── NetSelection.dll
│   │       │   │   ├── NetSelection.pdb
│   │       │   │   └── acad.err
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── NetSelection.csproj.FileListAbsolute.txt
│   │               ├── NetSelection.dll
│   │               ├── NetSelection.pdb
│   │               └── TempPE
│   ├── Chap04
│   │   ├── Chap04.sln
│   │   ├── Chap04.suo
│   │   ├── DimStyles
│   │   │   ├── DimStyles.cs
│   │   │   ├── DimStyles.csproj
│   │   │   ├── DimStyles.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DimStyles.dll
│   │   │   │   │   ├── DimStyles.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DimStyles.csproj.FileListAbsolute.txt
│   │   │           ├── DimStyles.dll
│   │   │           ├── DimStyles.pdb
│   │   │           └── TempPE
│   │   ├── Layers
│   │   │   ├── Layers.cs
│   │   │   ├── Layers.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Layers.dll
│   │   │   │   │   └── Layers.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Layers.csproj.FileListAbsolute.txt
│   │   │           ├── Layers.dll
│   │   │           ├── Layers.pdb
│   │   │           └── TempPE
│   │   ├── LineTypes
│   │   │   ├── LineTypes.cs
│   │   │   ├── LineTypes.csproj
│   │   │   ├── LineTypes.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── LineTypes1.dll
│   │   │   │   │   ├── LineTypes1.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── LineTypes.csproj.FileListAbsolute.txt
│   │   │           ├── LineTypes1.dll
│   │   │           ├── LineTypes1.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── TextStyles
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── TextStyles.cs
│   │   │   ├── TextStyles.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── TextStyles.dll
│   │   │   │   │   ├── TextStyles.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── TempPE
│   │   │           ├── TextStyles.csproj.FileListAbsolute.txt
│   │   │           ├── TextStyles.dll
│   │   │           └── TextStyles.pdb
│   │   ├── UCSTables
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UCSTables.cs
│   │   │   ├── UCSTables.csproj
│   │   │   ├── UCSTables.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── UCSTables2.dll
│   │   │   │   │   ├── UCSTables2.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── TempPE
│   │   │           ├── UCSTables.csproj.FileListAbsolute.txt
│   │   │           ├── UCSTables2.dll
│   │   │           └── UCSTables2.pdb
│   │   ├── ViewPorts
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Viewports.cs
│   │   │   ├── Viewports.csproj
│   │   │   ├── Viewports.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── ViewPorts.dll
│   │   │   │   │   ├── ViewPorts.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── TempPE
│   │   │           ├── ViewPorts.dll
│   │   │           ├── ViewPorts.pdb
│   │   │           └── Viewports.csproj.FileListAbsolute.txt
│   │   └── Views
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Views.cs
│   │       ├── Views.csproj
│   │       ├── Views.csproj.user
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Views2.dll
│   │       │   │   ├── Views2.pdb
│   │       │   │   └── acad.err
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── TempPE
│   │               ├── Views.csproj.FileListAbsolute.txt
│   │               ├── Views2.dll
│   │               └── Views2.pdb
│   ├── Chap05
│   │   ├── AnnoBlock
│   │   │   ├── AnnoBlock.cs
│   │   │   ├── AnnoBlock.csproj
│   │   │   ├── AnnoBlock.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AnnoBlock1.dll
│   │   │   │   │   ├── AnnoBlock1.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AnnoBlock.csproj.FileListAbsolute.txt
│   │   │           ├── AnnoBlock1.dll
│   │   │           ├── AnnoBlock1.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── AttBlock
│   │   │   ├── AttBlock.cs
│   │   │   ├── AttBlock.csproj
│   │   │   ├── AttBlock.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AttBlock.dll
│   │   │   │   │   ├── AttBlock.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AttBlock.csproj.FileListAbsolute.txt
│   │   │           ├── AttBlock.dll
│   │   │           ├── AttBlock.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── AutoNumBlock
│   │   │   ├── AutoNumBlock.cs
│   │   │   ├── AutoNumBlock.csproj
│   │   │   ├── NumManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AutoNumBlock1.dll
│   │   │   │   │   ├── AutoNumBlock1.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Points.txt
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   ├── bubbles.dwg
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AutoNumBlock.csproj.FileListAbsolute.txt
│   │   │           ├── AutoNumBlock1.dll
│   │   │           ├── AutoNumBlock1.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── BlockPreview
│   │   │   ├── BlockPreview.cs
│   │   │   ├── BlockPreview.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AcDbMgd.dll
│   │   │   │   │   ├── AcMgd.dll
│   │   │   │   │   ├── BlockPreview.dll
│   │   │   │   │   ├── BlockPreview.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acmgdinternal.dll
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── BlockPreview.csproj.FileListAbsolute.txt
│   │   │           ├── BlockPreview.dll
│   │   │           ├── BlockPreview.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── Blocks
│   │   │   ├── Blocks.cs
│   │   │   ├── Blocks.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Blocks.dll
│   │   │   │   │   ├── Blocks.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── Blocks.csproj.FileListAbsolute.txt
│   │   │           ├── Blocks.dll
│   │   │           ├── Blocks.pdb
│   │   │           ├── Chap05.csproj.FileListAbsolute.txt
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           └── TempPE
│   │   ├── Chap05.sln
│   │   ├── Chap05.suo
│   │   ├── DynBlock
│   │   │   ├── DynBlock.cs
│   │   │   ├── DynBlock.csproj
│   │   │   ├── DynBlock.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── DynBlock1.dll
│   │   │   │   │   └── DynBlock1.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DynBlock.csproj.FileListAbsolute.txt
│   │   │           ├── DynBlock1.dll
│   │   │           ├── DynBlock1.pdb
│   │   │           └── TempPE
│   │   ├── EditAndPreviewBlock
│   │   │   ├── EditAndPreviewBlock.cs
│   │   │   ├── EditAndPreviewBlock.csproj
│   │   │   ├── EditAndPreviewBlock.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── EditAndPreviewBlock.dll
│   │   │   │   │   ├── EditAndPreviewBlock.pdb
│   │   │   │   │   └── acmgdinternal.dll
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── EditAndPreviewBlock.csproj.FileListAbsolute.txt
│   │   │           ├── EditAndPreviewBlock.dll
│   │   │           ├── EditAndPreviewBlock.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── PreviewBlock
│   │   │   └── obj
│   │   │       └── Debug
│   │   └── Tables
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Tables.cs
│   │       ├── Tables.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── TableTest.dll
│   │       │   │   ├── TableTest.pdb
│   │       │   │   ├── TableTest3.dll
│   │       │   │   └── acad.err
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── TableTest.csproj.FileListAbsolute.txt
│   │               ├── TableTest.dll
│   │               ├── TableTest.pdb
│   │               ├── Tables.csproj.FileListAbsolute.txt
│   │               └── TempPE
│   ├── Chap06
│   │   ├── Chap06.sln
│   │   ├── Chap06.suo
│   │   ├── Groups
│   │   │   ├── Groups.cs
│   │   │   ├── Groups.csproj
│   │   │   ├── Groups.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Groups.dll
│   │   │   │   │   └── Groups.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Groups.csproj.FileListAbsolute.txt
│   │   │           ├── Groups.dll
│   │   │           ├── Groups.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── MLineStyles
│   │   │   ├── MLineStyles.cs
│   │   │   ├── MLineStyles.csproj
│   │   │   ├── MLineStyles.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Debug.zip
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── MLineStyles.dll
│   │   │   │   │   ├── MLineStyles.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── MLineStyles.csproj.FileListAbsolute.txt
│   │   │           ├── MLineStyles.dll
│   │   │           ├── MLineStyles.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── MyXData
│   │   │   ├── MyXData.cs
│   │   │   ├── MyXData.csproj
│   │   │   ├── MyXData.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── MyXData.dll
│   │   │   │   │   ├── MyXData.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── MyXData.csproj.FileListAbsolute.txt
│   │   │           ├── MyXData.dll
│   │   │           ├── MyXData.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   └── Xreocrds
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── Xrecords.cs
│   │       ├── Xrecords.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Xreocrd.dll
│   │       │   │   ├── Xreocrd.pdb
│   │       │   │   ├── acad.err
│   │       │   │   └── acmgdinternal.dll
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── Xrecords.csproj.FileListAbsolute.txt
│   │               ├── Xreocrd.dll
│   │               └── Xreocrd.pdb
│   ├── Chap07
│   │   ├── Chap07.sln
│   │   ├── Chap07.suo
│   │   ├── DatabaseOperator
│   │   │   ├── DatabaseOperator.cs
│   │   │   ├── DatabaseOperator.csproj
│   │   │   ├── DatabaseOperator.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DatabaseOperator2.dll
│   │   │   │   │   ├── DatabaseOperator2.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   └── DotNetARX.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DatabaseOperator.csproj.FileListAbsolute.txt
│   │   │           ├── DatabaseOperator2.dll
│   │   │           ├── DatabaseOperator2.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── DocManager
│   │   │   ├── DocManager.cs
│   │   │   ├── DocManager.csproj
│   │   │   ├── DocManager.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DocManager.dll
│   │   │   │   │   ├── DocManager.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Drawing1.dwg
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DocManager.csproj.FileListAbsolute.txt
│   │   │           ├── DocManager.dll
│   │   │           ├── DocManager.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── ReadSummaryInfo
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ReadSummaryInfo.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── ReadSummaryInfo.exe
│   │   │   │       ├── ReadSummaryInfo.pdb
│   │   │   │       ├── ReadSummaryInfo.vshost.exe
│   │   │   │       └── ReadSummaryInfo.vshost.exe.manifest
│   │   │   └── obj
│   │   │       └── x86
│   │   │           └── Debug
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               ├── GenerateResource-ResGen.read.1.tlog
│   │   │               ├── GenerateResource-ResGen.write.1.tlog
│   │   │               ├── ReadSummaryInfo.Form1.resources
│   │   │               ├── ReadSummaryInfo.Properties.Resources.resources
│   │   │               ├── ReadSummaryInfo.csproj.FileListAbsolute.txt
│   │   │               ├── ReadSummaryInfo.exe
│   │   │               ├── ReadSummaryInfo.pdb
│   │   │               └── TempPE
│   │   ├── SummaryInfos
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SummaryInfos.cs
│   │   │   ├── SummaryInfos.csproj
│   │   │   ├── SummaryInfos.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── SummaryInfos.dll
│   │   │   │   │   └── SummaryInfos.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── SummaryInfos.csproj.FileListAbsolute.txt
│   │   │           ├── SummaryInfos.dll
│   │   │           ├── SummaryInfos.pdb
│   │   │           └── TempPE
│   │   ├── WBlockTest
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── WBlockTest.cs
│   │   │   ├── WBlockTest.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── WBlockTest.dll
│   │   │   │   │   └── WBlockTest.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── TempPE
│   │   │           ├── WBlockTest.csproj.FileListAbsolute.txt
│   │   │           ├── WBlockTest.dll
│   │   │           └── WBlockTest.pdb
│   │   └── XRefs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── XRefs.cs
│   │       ├── XRefs.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── XRefs.dll
│   │       │   │   ├── XRefs.pdb
│   │       │   │   ├── acad.err
│   │       │   │   └── child.jpg
│   │       │   └── Release
│   │       ├── child.jpg
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── XRefs.csproj.FileListAbsolute.txt
│   │               ├── XRefs.dll
│   │               └── XRefs.pdb
│   ├── Chap08
│   │   ├── Chap08.sln
│   │   ├── Chap08.suo
│   │   ├── PointIsInPolyline
│   │   │   ├── PointIsInPolyline.cs
│   │   │   ├── PointIsInPolyline.csproj
│   │   │   ├── PointIsInPolyline.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── PointIsInPolyline.dll
│   │   │   │   │   ├── PointIsInPolyline.pdb
│   │   │   │   │   └── acad.lsp
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── PointIsInPolyline.csproj.FileListAbsolute.txt
│   │   │           ├── PointIsInPolyline.dll
│   │   │           ├── PointIsInPolyline.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── TranlateCoordinate
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── TranlateCoordinate.cs
│   │   │   ├── TranlateCoordinate.csproj
│   │   │   ├── TranlateCoordinate.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TranlateCoordinate.dll
│   │   │   │   │   ├── TranlateCoordinate.pdb
│   │   │   │   │   └── acad.lsp
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── TempPE
│   │   │           ├── TranlateCoordinate.csproj.FileListAbsolute.txt
│   │   │           ├── TranlateCoordinate.dll
│   │   │           └── TranlateCoordinate.pdb
│   │   └── UsefulGeometryClass
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── UsefulGeometryClass.cs
│   │       ├── UsefulGeometryClass.csproj
│   │       ├── UsefulGeometryClass.csproj.user
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── UsefulGeometryClass.dll
│   │       │   │   ├── UsefulGeometryClass.pdb
│   │       │   │   ├── acad.err
│   │       │   │   └── acad.lsp
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── UsefulGeometryClass.csproj.FileListAbsolute.txt
│   │               ├── UsefulGeometryClass.dll
│   │               └── UsefulGeometryClass.pdb
│   ├── Chap09
│   │   ├── AppAndDocEvent
│   │   │   ├── AppAndDocEvent.cs
│   │   │   ├── AppAndDocEvent.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AppAndDocEvent.dll
│   │   │   │   │   ├── AppAndDocEvent.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   └── DotNetARX.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── AppAndDocEvent.csproj.FileListAbsolute.txt
│   │   │           ├── AppAndDocEvent.dll
│   │   │           ├── AppAndDocEvent.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── Chap09.sln
│   │   ├── Chap09.suo
│   │   └── MoveCircleEvent
│   │       ├── MoveCircleEvent.cs
│   │       ├── MoveCircleEvent.csproj
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── MoveCircleEvent.dll
│   │       │   │   ├── MoveCircleEvent.pdb
│   │       │   │   ├── acad.err
│   │       │   │   └── zh-cn
│   │       │   │       └── acdbmgd.resources.dll
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── MoveCircleEvent.csproj.FileListAbsolute.txt
│   │               ├── MoveCircleEvent.dll
│   │               ├── MoveCircleEvent.pdb
│   │               ├── ResolveAssemblyReference.cache
│   │               └── TempPE
│   ├── Chap10
│   │   ├── CADDialog
│   │   │   ├── CADDialog.cs
│   │   │   ├── CADDialog.csproj
│   │   │   ├── CADResource.Designer.cs
│   │   │   ├── CADResource.resx
│   │   │   ├── FormLayer.Designer.cs
│   │   │   ├── FormLayer.cs
│   │   │   ├── FormLayer.resx
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Resources
│   │   │   │   ├── ButtonDelete.png
│   │   │   │   ├── ButtonNew.png
│   │   │   │   ├── ButtonNewFreeze.png
│   │   │   │   ├── IsCurrentFalse.png
│   │   │   │   ├── IsCurrentTrue.png
│   │   │   │   ├── IsFrozenFalse.png
│   │   │   │   ├── IsFrozenTrue.png
│   │   │   │   ├── IsLockedFalse.png
│   │   │   │   ├── IsLockedTrue.png
│   │   │   │   ├── IsOffFalse.png
│   │   │   │   ├── IsOffTrue.png
│   │   │   │   ├── IsPlottableFalse.png
│   │   │   │   ├── IsPlottableTrue.png
│   │   │   │   ├── ViewportVisibilityDefaultFalse.png
│   │   │   │   ├── ViewportVisibilityDefaultTrue.png
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── GenerateResource.read.955.tlog
│   │   │   │           ├── GenerateResource.read.975.tlog
│   │   │   │           ├── GenerateResource.read.978.tlog
│   │   │   │           ├── GenerateResource.write.1007.tlog
│   │   │   │           ├── GenerateResource.write.1014.tlog
│   │   │   │           ├── GenerateResource.write.577.tlog
│   │   │   │           ├── GenerateResource.write.679.tlog
│   │   │   │           ├── GenerateResource.write.900.tlog
│   │   │   │           ├── GenerateResource.write.902.tlog
│   │   │   │           ├── GenerateResource.write.907.tlog
│   │   │   │           └── GenerateResource.write.975.tlog
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CADDialog.dll
│   │   │   │   │   ├── CADDialog.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── ObjectListView.dll
│   │   │   │   │   └── ObjectListView.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CADDialog.CADResource.resources
│   │   │           ├── CADDialog.FormLayer.resources
│   │   │           ├── CADDialog.csproj.FileListAbsolute.txt
│   │   │           ├── CADDialog.dll
│   │   │           ├── CADDialog.pdb
│   │   │           ├── CADDialog2.dll
│   │   │           ├── CADDialog2.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │           ├── GenerateResource-ResGen.read.6.tlog
│   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   │               └── CADResource.Designer.cs.dll
│   │   ├── CUIExample
│   │   │   ├── CUIExample.cs
│   │   │   ├── CUIExample.csproj
│   │   │   ├── Images
│   │   │   │   ├── Circle.BMP
│   │   │   │   ├── Copy.BMP
│   │   │   │   ├── Erase.BMP
│   │   │   │   ├── Line.BMP
│   │   │   │   ├── Move.BMP
│   │   │   │   ├── Polyline.BMP
│   │   │   │   ├── Rectangle.BMP
│   │   │   │   ├── Rotate.BMP
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CUIExample.dll
│   │   │   │   │   ├── CUIExample.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── Images
│   │   │   │   │       ├── Circle.BMP
│   │   │   │   │       ├── Copy.BMP
│   │   │   │   │       ├── Erase.BMP
│   │   │   │   │       ├── Line.BMP
│   │   │   │   │       ├── Move.BMP
│   │   │   │   │       ├── Polyline.BMP
│   │   │   │   │       ├── Rectangle.BMP
│   │   │   │   │       └── Rotate.BMP
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CUIExample.csproj.FileListAbsolute.txt
│   │   │           ├── CUIExample.dll
│   │   │           ├── CUIExample.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── Chap10.sln
│   │   ├── Chap10.suo
│   │   ├── CustomDialog
│   │   │   ├── CustomDialog.cs
│   │   │   ├── CustomDialog.csproj
│   │   │   ├── ModalForm.cs
│   │   │   ├── ModalForm.designer.cs
│   │   │   ├── ModalForm.resx
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CustomDialog.dll
│   │   │   │   │   ├── CustomDialog.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   └── acmgdinternal.dll
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CustomDialog.csproj.FileListAbsolute.txt
│   │   │           ├── CustomDialog.dll
│   │   │           ├── CustomDialog.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── TempPE
│   │   │           └── chap10.ModalForm.resources
│   │   ├── Palettes
│   │   │   ├── Palettes.cs
│   │   │   ├── Palettes.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UCDockDrag.Designer.cs
│   │   │   ├── UCDockDrag.cs
│   │   │   ├── UCDockDrag.resx
│   │   │   ├── UCTreeView.Designer.cs
│   │   │   ├── UCTreeView.cs
│   │   │   ├── UCTreeView.resx
│   │   │   ├── acad.ico
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Palettes.dll
│   │   │   │   │   └── Palettes.pdb
│   │   │   │   └── Release
│   │   │   ├── door.ico
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │       ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │       ├── Palettes.UCDockDrag.resources
│   │   │   │       ├── Palettes.UCTreeView.resources
│   │   │   │       ├── Palettes.csproj.FileListAbsolute.txt
│   │   │   │       ├── Palettes.dll
│   │   │   │       ├── Palettes.pdb
│   │   │   │       └── TempPE
│   │   │   │           └── Properties.Resources.Designer.cs.dll
│   │   │   └── window.ico
│   │   ├── ProgressMeters
│   │   │   ├── ProgressMeters.cs
│   │   │   ├── ProgressMeters.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── ProgressMeters.dll
│   │   │   │   │   └── ProgressMeters.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ProgressMeters.csproj.FileListAbsolute.txt
│   │   │           ├── ProgressMeters.dll
│   │   │           ├── ProgressMeters.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── StatusBars
│   │   │   ├── Class1.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── StatusBars.cs
│   │   │   ├── StatusBars.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── StatusBars.dll
│   │   │   │   │   └── StatusBars.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── StatusBars.csproj.FileListAbsolute.txt
│   │   │           ├── StatusBars.dll
│   │   │           ├── StatusBars.pdb
│   │   │           └── TempPE
│   │   └── TabDialog
│   │       ├── Drawing.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       ├── TabControl.Designer.cs
│   │       ├── TabControl.cs
│   │       ├── TabControl.resx
│   │       ├── TabDialog.cs
│   │       ├── TabDialog.csproj
│   │       ├── app.config
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── TabDialog.dll
│   │       │   │   ├── TabDialog.dll.config
│   │       │   │   └── TabDialog.pdb
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── GenerateResource-ResGen.read.1.tlog
│   │               ├── GenerateResource-ResGen.write.1.tlog
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TabDialog.TabControl.resources
│   │               ├── TabDialog.csproj.FileListAbsolute.txt
│   │               ├── TabDialog.dll
│   │               ├── TabDialog.pdb
│   │               └── TempPE
│   │                   └── Properties.Resources.Designer.cs.dll
│   ├── Chap11
│   │   ├── AccessCAD
│   │   │   ├── AccessCAD.cs
│   │   │   ├── AccessCAD.csproj
│   │   │   ├── FormEmployee.Designer.cs
│   │   │   ├── FormEmployee.cs
│   │   │   ├── FormEmployee.resx
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AccessCAD.dll
│   │   │   │   │   ├── AccessCAD.dll.config
│   │   │   │   │   ├── AccessCAD.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Points.bin
│   │   │   │   │   ├── Points.txt
│   │   │   │   │   └── db_samples.mdb
│   │   │   │   └── Release
│   │   │   │       ├── AccessCAD.dll
│   │   │   │       ├── AccessCAD.dll.config
│   │   │   │       ├── AccessCAD.pdb
│   │   │   │       ├── DotNetARX.dll
│   │   │   │       ├── DotNetARX.pdb
│   │   │   │       ├── acmgdinternal.dll
│   │   │   │       ├── db_samp.dwg
│   │   │   │       └── db_samples.mdb
│   │   │   ├── db_samples.mdb
│   │   │   ├── db_samplesDataSet.Designer.cs
│   │   │   ├── db_samplesDataSet.cs
│   │   │   ├── db_samplesDataSet.xsc
│   │   │   ├── db_samplesDataSet.xsd
│   │   │   ├── db_samplesDataSet.xss
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── AccessCAD.FormEmployee.resources
│   │   │       │   ├── AccessCAD.csproj.FileListAbsolute.txt
│   │   │       │   ├── AccessCAD.dll
│   │   │       │   ├── AccessCAD.pdb
│   │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │       │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │       │   ├── GenerateResource.write.390.tlog
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       │       └── db_samplesDataSet.Designer.cs.dll
│   │   │       └── Release
│   │   │           ├── AccessCAD.FormEmployee.resources
│   │   │           ├── AccessCAD.csproj.FileListAbsolute.txt
│   │   │           ├── AccessCAD.dll
│   │   │           ├── AccessCAD.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │           └── TempPE
│   │   │               └── db_samplesDataSet.Designer.cs.dll
│   │   ├── Chap11.sln
│   │   ├── Chap11.suo
│   │   ├── ExcelCAD
│   │   │   ├── ExcelCAD.cs
│   │   │   ├── ExcelCAD.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── ExcelApi.dll
│   │   │   │   │   ├── ExcelApi.xml
│   │   │   │   │   ├── ExcelCAD.dll
│   │   │   │   │   ├── ExcelCAD.pdb
│   │   │   │   │   ├── LateBindingApi.Core.dll
│   │   │   │   │   ├── LateBindingApi.Core.xml
│   │   │   │   │   ├── OfficeApi.dll
│   │   │   │   │   ├── OfficeApi.xml
│   │   │   │   │   ├── VBIDEApi.dll
│   │   │   │   │   └── VBIDEApi.xml
│   │   │   │   └── Release
│   │   │   ├── demo.xls
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ExcelCAD.csproj.FileListAbsolute.txt
│   │   │           ├── ExcelCAD.dll
│   │   │           ├── ExcelCAD.pdb
│   │   │           ├── GenerateResource.write.710.tlog
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── FileCAD
│   │   │   ├── FileCAD.cs
│   │   │   ├── FileCAD.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Serilize.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── FileCAD.dll
│   │   │   │   │   ├── FileCAD.pdb
│   │   │   │   │   ├── Polenter.SharpSerializer.dll
│   │   │   │   │   └── Polenter.SharpSerializer.xml
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── FileCAD.csproj.FileListAbsolute.txt
│   │   │           ├── FileCAD.dll
│   │   │           ├── FileCAD.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── SQLCAD
│   │   │   ├── EmpForm.Designer.cs
│   │   │   ├── EmpForm.cs
│   │   │   ├── EmpForm.resx
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SQLCAD.cs
│   │   │   ├── SQLCAD.csproj
│   │   │   ├── SQLCAD.suo
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AcDbMgd.dll
│   │   │   │   │   ├── AcMgd.dll
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── SQLCAD.dll
│   │   │   │   │   ├── SQLCAD.dll.config
│   │   │   │   │   ├── SQLCAD.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── DBTest.EmpForm.resources
│   │   │   │       ├── DBTest.csproj.FileListAbsolute.txt
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │       ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │       ├── ResolveAssemblyReference.cache
│   │   │   │       ├── SQLCAD.EmpForm.resources
│   │   │   │       ├── SQLCAD.csproj.FileListAbsolute.txt
│   │   │   │       ├── SQLCAD.dll
│   │   │   │       ├── SQLCAD.pdb
│   │   │   │       └── TempPE
│   │   │   │           ├── DataClasses1.designer.cs.dll
│   │   │   │           ├── office.designer.cs.dll
│   │   │   │           └── officedb.designer.cs.dll
│   │   │   ├── office.cs
│   │   │   ├── office.dbml
│   │   │   ├── office.dbml.layout
│   │   │   └── office.designer.cs
│   │   └── db_sample.mdf
│   ├── Chap12
│   │   ├── Chap12_2008
│   │   │   ├── BrepTest
│   │   │   │   ├── BrepTest.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── TestBrep.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── BrepTest.dll
│   │   │   │   │   │   ├── BrepTest.pdb
│   │   │   │   │   │   └── ahlzlSolid3dTools.dll
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── BrepTest.csproj.FileListAbsolute.txt
│   │   │   │           ├── BrepTest.dll
│   │   │   │           ├── BrepTest.pdb
│   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           ├── ResolveAssemblyReference.cache
│   │   │   │           └── TempPE
│   │   │   ├── Chap12_2008.sln
│   │   │   ├── Chap12_2008.suo
│   │   │   ├── DwawSolid3d
│   │   │   │   ├── Dwaw3dSolid.cs
│   │   │   │   ├── DwawSolid3d.cs
│   │   │   │   ├── DwawSolid3d.csproj
│   │   │   │   ├── DwawSolid3d.csproj.user
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   │   ├── DwawSolid3d.dll
│   │   │   │   │   │   ├── DwawSolid3d.pdb
│   │   │   │   │   │   └── ahlzlSolid3dTools.dll
│   │   │   │   │   └── Release
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │           ├── DwawSolid3d.csproj.FileListAbsolute.txt
│   │   │   │           ├── DwawSolid3d.dll
│   │   │   │           ├── DwawSolid3d.pdb
│   │   │   │           ├── ResolveAssemblyReference.cache
│   │   │   │           └── TempPE
│   │   │   └── SubSolid3d
│   │   │       ├── Properties
│   │   │       │   └── AssemblyInfo.cs
│   │   │       ├── Sub3dSolid.cs
│   │   │       ├── SubSolid3d.csproj
│   │   │       ├── SubSolid3d.csproj.user
│   │   │       ├── SubSolid3dClass.cs
│   │   │       ├── bin
│   │   │       │   ├── Debug
│   │   │       │   │   ├── SubSolid3d.dll
│   │   │       │   │   ├── SubSolid3d.pdb
│   │   │       │   │   └── ahlzlSolid3dTools.dll
│   │   │       │   └── Release
│   │   │       └── obj
│   │   │           └── Debug
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               ├── ResolveAssemblyReference.cache
│   │   │               ├── SubSolid3d.csproj.FileListAbsolute.txt
│   │   │               ├── SubSolid3d.dll
│   │   │               ├── SubSolid3d.pdb
│   │   │               └── TempPE
│   │   └── Chap12_2012
│   │       ├── BrepTest
│   │       │   ├── BrepTest.csproj
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── TestBrep.cs
│   │       │   ├── bin
│   │       │   │   ├── Debug
│   │       │   │   │   ├── BrepTest.dll
│   │       │   │   │   ├── BrepTest.pdb
│   │       │   │   │   ├── Drawing1.dwl
│   │       │   │   │   └── Drawing1.dwl2
│   │       │   │   └── Release
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── BrepTest.csproj.FileListAbsolute.txt
│   │       │           ├── BrepTest.dll
│   │       │           ├── BrepTest.pdb
│   │       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │           ├── ResolveAssemblyReference.cache
│   │       │           └── TempPE
│   │       ├── Chap12_2012.sln
│   │       ├── Chap12_2012.suo
│   │       ├── DrawSolid3d
│   │       │   ├── Draw3dSolid.cs
│   │       │   ├── DrawSolid3d.csproj
│   │       │   ├── DrawSolid3d.csproj.user
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   ├── Debug
│   │       │   │   │   ├── DotNetARX.dll
│   │       │   │   │   ├── DrawSolid3d.dll
│   │       │   │   │   ├── DrawSolid3d.pdb
│   │       │   │   │   ├── Drawing1.dwl
│   │       │   │   │   └── Drawing1.dwl2
│   │       │   │   └── Release
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │           ├── DrawSolid3d.csproj.FileListAbsolute.txt
│   │       │           ├── DrawSolid3d.dll
│   │       │           ├── DrawSolid3d.pdb
│   │       │           ├── ResolveAssemblyReference.cache
│   │       │           └── TempPE
│   │       └── SubSolid3d
│   │           ├── Properties
│   │           │   └── AssemblyInfo.cs
│   │           ├── Sub3dSolid.cs
│   │           ├── SubSolid3d.csproj
│   │           ├── bin
│   │           │   ├── Debug
│   │           │   │   ├── Drawing1.dwl
│   │           │   │   ├── Drawing1.dwl2
│   │           │   │   ├── SubSolid3d.dll
│   │           │   │   ├── SubSolid3d.pdb
│   │           │   │   └── ahlzlSolid3dTools.dll
│   │           │   └── Release
│   │           └── obj
│   │               └── Debug
│   │                   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │                   ├── ResolveAssemblyReference.cache
│   │                   ├── SubSolid3d.csproj.FileListAbsolute.txt
│   │                   ├── SubSolid3d.dll
│   │                   ├── SubSolid3d.pdb
│   │                   └── TempPE
│   ├── Chap13
│   │   ├── Chap13.sln
│   │   ├── Chap13.suo
│   │   ├── UseDrawJig
│   │   │   ├── Command.cs
│   │   │   ├── ElRecJig.cs
│   │   │   ├── MirrorJig.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── UseDrawJig.csproj
│   │   │   ├── UseDrawJig.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Drawing1.dwl
│   │   │   │   │   ├── Drawing1.dwl2
│   │   │   │   │   ├── UseDrawJig.dll
│   │   │   │   │   └── UseDrawJig.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── TempPE
│   │   │           ├── UseDrawJig.csproj.FileListAbsolute.txt
│   │   │           ├── UseDrawJig.dll
│   │   │           └── UseDrawJig.pdb
│   │   └── UseEntityJig
│   │       ├── CircleJig.cs
│   │       ├── Command.cs
│   │       ├── EllipseJig.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── UseEntityJig.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── Drawing1.dwl
│   │       │   │   ├── Drawing1.dwl2
│   │       │   │   ├── UseEntityJig.dll
│   │       │   │   └── UseEntityJig.pdb
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── UseEntityJig.csproj.FileListAbsolute.txt
│   │               ├── UseEntityJig.dll
│   │               └── UseEntityJig.pdb
│   ├── Chap14
│   │   ├── AppStarter
│   │   │   ├── AppStarter.csproj
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Hello.exe
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AppStarter.exe
│   │   │   │   │   ├── AppStarter.pdb
│   │   │   │   │   ├── AppStarter.vshost.exe
│   │   │   │   │   └── AppStarter.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── hello.ico
│   │   │   └── obj
│   │   │       └── x86
│   │   │           └── Debug
│   │   │               ├── AppStarter.Form1.resources
│   │   │               ├── AppStarter.Properties.Resources.resources
│   │   │               ├── AppStarter.csproj.FileListAbsolute.txt
│   │   │               ├── AppStarter.exe
│   │   │               ├── AppStarter.pdb
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               ├── GenerateResource-ResGen.read.1.tlog
│   │   │               ├── GenerateResource-ResGen.write.1.tlog
│   │   │               └── TempPE
│   │   ├── AutoNetLoad
│   │   │   ├── AutoNetLoad.csproj
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── AutoNetLoad.exe
│   │   │   │       └── AutoNetLoad.pdb
│   │   │   └── obj
│   │   │       └── x86
│   │   │           └── Debug
│   │   │               ├── AutoNetLoad.FormAutoLoad.resources
│   │   │               ├── AutoNetLoad.Properties.Resources.resources
│   │   │               ├── AutoNetLoad.csproj.FileListAbsolute.txt
│   │   │               ├── AutoNetLoad.exe
│   │   │               ├── AutoNetLoad.pdb
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               ├── GenerateResource-ResGen.read.1.tlog
│   │   │               ├── GenerateResource-ResGen.write.1.tlog
│   │   │               ├── ResolveAssemblyReference.cache
│   │   │               └── TempPE
│   │   ├── Chap14.sln
│   │   ├── Chap14.suo
│   │   └── Overrule.suo
│   ├── Chap15
│   │   ├── C 部分
│   │   │   ├── TriangleEntity
│   │   │   │   ├── CSharpUseTriangleEntity
│   │   │   │   │   ├── CSharpUseTriangleEntity.csproj
│   │   │   │   │   ├── CSharpUseTriangleEntity.csproj.user
│   │   │   │   │   ├── Commands.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── bin
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │       ├── CSharpUseTriangleEntity.dll
│   │   │   │   │   │       ├── CSharpUseTriangleEntity.pdb
│   │   │   │   │   │       ├── ZfgkTriangleEntityDB.dll
│   │   │   │   │   │       ├── acad.err
│   │   │   │   │   │       └── acad.lsp
│   │   │   │   │   └── obj
│   │   │   │   │       ├── CSharpUseTriangleEntity.csproj.FileListAbsolute.txt
│   │   │   │   │       └── Debug
│   │   │   │   │           ├── CSharpUseTriangleEntity.dll
│   │   │   │   │           ├── CSharpUseTriangleEntity.pdb
│   │   │   │   │           ├── Refactor
│   │   │   │   │           ├── ResolveAssemblyReference.cache
│   │   │   │   │           └── TempPE
│   │   │   │   ├── TriangleEntity.sln
│   │   │   │   ├── TriangleEntity.suo
│   │   │   │   ├── TriangleEntityDB
│   │   │   │   │   ├── AssemblyInfo.cpp
│   │   │   │   │   ├── MgTriangle.cpp
│   │   │   │   │   ├── MgTriangle.h
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── StdAfx.cpp
│   │   │   │   │   ├── StdAfx.h
│   │   │   │   │   ├── TriangleEntityDB.cpp
│   │   │   │   │   ├── TriangleEntityDB.rc
│   │   │   │   │   ├── TriangleEntityDB.vcproj
│   │   │   │   │   ├── TriangleEntityDB.vcproj.SERVER.Afanto.user
│   │   │   │   │   ├── Win32
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │       ├── AssemblyInfo.obj
│   │   │   │   │   │       ├── BuildLog.htm
│   │   │   │   │   │       ├── MgTriangle.obj
│   │   │   │   │   │       ├── StdAfx.obj
│   │   │   │   │   │       ├── TriangleEntityDB.obj
│   │   │   │   │   │       ├── TriangleEntityDB.res
│   │   │   │   │   │       ├── ZfgkTriangle.obj
│   │   │   │   │   │       ├── ZfgkTriangleEntityDB.dll.intermediate.manifest
│   │   │   │   │   │       ├── acrxEntryPoint.obj
│   │   │   │   │   │       └── mt.dep
│   │   │   │   │   ├── ZfgkTriangle.cpp
│   │   │   │   │   ├── ZfgkTriangle.h
│   │   │   │   │   └── acrxEntryPoint.cpp
│   │   │   │   ├── VcUseTriangleEntity
│   │   │   │   │   ├── DocData.cpp
│   │   │   │   │   ├── DocData.h
│   │   │   │   │   ├── Resource.h
│   │   │   │   │   ├── StdAfx.cpp
│   │   │   │   │   ├── StdAfx.h
│   │   │   │   │   ├── VcUseTriangleEntity.cpp
│   │   │   │   │   ├── VcUseTriangleEntity.rc
│   │   │   │   │   ├── VcUseTriangleEntity.vcproj
│   │   │   │   │   ├── VcUseTriangleEntity.vcproj.SERVER.Afanto.user
│   │   │   │   │   ├── Win32
│   │   │   │   │   │   └── Debug
│   │   │   │   │   ├── acad.rx
│   │   │   │   │   └── acrxEntryPoint.cpp
│   │   │   │   └── win32
│   │   │   │       └── debug
│   │   │   │           ├── TriangleEntityDB.exp
│   │   │   │           ├── TriangleEntityDB.lib
│   │   │   │           ├── VcUseTriangleEntity.exp
│   │   │   │           ├── VcUseTriangleEntity.lib
│   │   │   │           ├── ZfgkTriangleEntityDB.dll
│   │   │   │           ├── ZfgkTriangleEntityDB.ilk
│   │   │   │           ├── ZfgkVcUseTriangleEntity.arx
│   │   │   │           ├── ZfgkVcUseTriangleEntity.ilk
│   │   │   │           └── acad.lsp
│   │   │   ├── VS2002
│   │   │   │   └── ArxMg
│   │   │   │       ├── ArxMg
│   │   │   │       │   ├── ArxMg.cpp
│   │   │   │       │   ├── ArxMg.rc
│   │   │   │       │   ├── ArxMg.vcproj
│   │   │   │       │   ├── Debug
│   │   │   │       │   │   └── ahlzlArxMg.arx
│   │   │   │       │   ├── DocData.cpp
│   │   │   │       │   ├── DocData.h
│   │   │   │       │   ├── Resource.h
│   │   │   │       │   ├── StdAfx.cpp
│   │   │   │       │   ├── StdAfx.h
│   │   │   │       │   └── acrxEntryPoint.cpp
│   │   │   │       ├── ArxMg.sln
│   │   │   │       └── ArxMg.suo
│   │   │   └── VS2005
│   │   │       └── ArxMg
│   │   │           ├── ArxMg
│   │   │           │   ├── ArxMg.cpp
│   │   │           │   ├── ArxMg.rc
│   │   │           │   ├── ArxMg.vcproj
│   │   │           │   ├── ArxMg.vcproj.AHLZLBOY.Administrator.user
│   │   │           │   ├── AssemblyInfo.cpp
│   │   │           │   ├── DocData.cpp
│   │   │           │   ├── DocData.h
│   │   │           │   ├── Resource.h
│   │   │           │   ├── StdAfx.cpp
│   │   │           │   ├── StdAfx.h
│   │   │           │   ├── Tools.cpp
│   │   │           │   ├── Tools.h
│   │   │           │   ├── Win32
│   │   │           │   │   └── Debug
│   │   │           │   └── acrxEntryPoint.cpp
│   │   │           ├── ArxMg.sln
│   │   │           ├── ArxMg.suo
│   │   │           └── win32
│   │   │               └── debug
│   │   │                   └── ahlzlArxMg.dll
│   │   ├── COMTest
│   │   │   ├── COMTest.cs
│   │   │   ├── COMTest.csproj
│   │   │   ├── COMTest.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── COMTest.dll
│   │   │   │   │   ├── COMTest.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── COMTest.csproj.FileListAbsolute.txt
│   │   │           ├── COMTest.dll
│   │   │           ├── COMTest.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── Chap15.sln
│   │   ├── Chap15.suo
│   │   ├── Chap15_2006
│   │   │   ├── Chap15_2006.csproj
│   │   │   ├── Chap15_2006.suo
│   │   │   ├── Chap18_2006.suo
│   │   │   ├── Class1.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Chap15_2006.dll
│   │   │   │   │   ├── Chap15_2006.pdb
│   │   │   │   │   ├── Chap18_2006.dll
│   │   │   │   │   ├── Chap18_2006.pdb
│   │   │   │   │   ├── ahlzlArxMg.arx
│   │   │   │   │   └── 测试.dwg
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── Chap15_2006.csproj.FileListAbsolute.txt
│   │   │   │       ├── Chap15_2006.dll
│   │   │   │       ├── Chap15_2006.pdb
│   │   │   │       ├── Chap18_2006.csproj.FileListAbsolute.txt
│   │   │   │       ├── Chap18_2006.dll
│   │   │   │       ├── Chap18_2006.pdb
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── ResolveAssemblyReference.cache
│   │   │   │       └── TempPE
│   │   │   └── 测试.dwg
│   │   ├── PInvokeTest
│   │   │   ├── PInvokeTest.cs
│   │   │   ├── PInvokeTest.csproj
│   │   │   ├── PInvokeTest.csproj.user
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── PInvoke3.pdb
│   │   │   │   │   ├── PInvoke3.tlb
│   │   │   │   │   ├── PInvokeTest.dll
│   │   │   │   │   ├── PInvokeTest.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   ├── Debugdwg.bmp
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── PInvoke.csproj.FileListAbsolute.txt
│   │   │           ├── PInvoke3.dll
│   │   │           ├── PInvoke3.pdb
│   │   │           ├── PInvokeTest.csproj.FileListAbsolute.txt
│   │   │           ├── PInvokeTest.dll
│   │   │           ├── PInvokeTest.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   └── WrapperTest
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── WrapperTest.cs
│   │       ├── WrapperTest.csproj
│   │       ├── WrapperTest.csproj.user
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── WrapperTest.dll
│   │       │   │   ├── WrapperTest.pdb
│   │       │   │   └── ahlzlArxMg.dll
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── WrapperTest.csproj.FileListAbsolute.txt
│   │               ├── WrapperTest.dll
│   │               └── WrapperTest.pdb
│   ├── Chap16
│   │   ├── Chap16.sln
│   │   ├── Chap16.suo
│   │   ├── OPMExample
│   │   │   ├── Commands.cs
│   │   │   ├── EmployeeAtt.cs
│   │   │   ├── OPMExample.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── OPM.Net.dll
│   │   │   │   │   ├── OPMExample.dll
│   │   │   │   │   └── OPMExample.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── OPMExample.csproj.FileListAbsolute.txt
│   │   │           ├── OPMExample.dll
│   │   │           ├── OPMExample.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── Ribbons
│   │   │   ├── Images
│   │   │   │   ├── Copy.ico
│   │   │   │   ├── Line.ico
│   │   │   │   ├── MText.ico
│   │   │   │   ├── Move.ico
│   │   │   │   ├── Stretch.ico
│   │   │   │   ├── Text.ico
│   │   │   │   └── tooltip_line.gif
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RibbonDictionary.xaml
│   │   │   ├── Ribbons.cs
│   │   │   ├── Ribbons.csproj
│   │   │   ├── Ribbons.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Ribbons.dll
│   │   │   │   │   └── Ribbons.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── x86
│   │   │           └── Debug
│   │   │               ├── App.g.i.cs
│   │   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               ├── GenerateResource.read.1.tlog
│   │   │               ├── GenerateResource.write.1.tlog
│   │   │               ├── MainWindow.g.i.cs
│   │   │               ├── ResolveAssemblyReference.cache
│   │   │               ├── RibbonDictionary.baml
│   │   │               ├── Ribbons.Properties.Resources.resources
│   │   │               ├── Ribbons.csproj.FileListAbsolute.txt
│   │   │               ├── Ribbons.dll
│   │   │               ├── Ribbons.g.resources
│   │   │               ├── Ribbons.pdb
│   │   │               ├── Ribbons1_MarkupCompile.i.cache
│   │   │               ├── Ribbons2_MarkupCompile.i.cache
│   │   │               ├── Ribbons_MarkupCompile.cache
│   │   │               ├── Ribbons_MarkupCompile.i.cache
│   │   │               └── TempPE
│   │   │                   └── Properties.Resources.Designer.cs.dll
│   │   └── Wpfs
│   │       ├── BindingPanel.xaml
│   │       ├── BindingPanel.xaml.cs
│   │       ├── CollapsePanel.xaml
│   │       ├── CollapsePanel.xaml.cs
│   │       ├── Command.cs
│   │       ├── LayerWindow.xaml
│   │       ├── LayerWindow.xaml.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   ├── Resources.resx
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       ├── Resources
│   │       │   ├── DrawImage
│   │       │   │   ├── Circle.png
│   │       │   │   ├── Line.png
│   │       │   │   ├── Polyline.png
│   │       │   │   └── Rectangle.png
│   │       │   ├── ModifyImage
│   │       │   │   ├── Copy.png
│   │       │   │   ├── Erase.png
│   │       │   │   ├── Move.png
│   │       │   │   └── Rotate.png
│   │       │   ├── door.ico
│   │       │   └── window.ico
│   │       ├── Wpfs.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Drawing1.dwl
│   │       │   │   ├── Drawing1.dwl2
│   │       │   │   ├── Wpfs.dll
│   │       │   │   └── Wpfs.pdb
│   │       │   └── Release
│   │       └── obj
│   │           └── x86
│   │               └── Debug
│   │                   ├── App.g.i.cs
│   │                   ├── BindingPanel.baml
│   │                   ├── BindingPanel.g.cs
│   │                   ├── BindingPanel.g.i.cs
│   │                   ├── CollapsePanel.baml
│   │                   ├── CollapsePanel.g.cs
│   │                   ├── CollapsePanel.g.i.cs
│   │                   ├── DesignTimeResolveAssemblyReferences.cache
│   │                   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │                   ├── GenerateResource.read.1.tlog
│   │                   ├── GenerateResource.write.1.tlog
│   │                   ├── LayerWindow.baml
│   │                   ├── LayerWindow.g.cs
│   │                   ├── LayerWindow.g.i.cs
│   │                   ├── MainWindow.g.i.cs
│   │                   ├── PanelBinding.g.i.cs
│   │                   ├── ResolveAssemblyReference.cache
│   │                   ├── TempPE
│   │                   │   └── Properties.Resources.Designer.cs.dll
│   │                   ├── UserControl1.g.i.cs
│   │                   ├── UserControl2.g.i.cs
│   │                   ├── WPFBinding.g.i.cs
│   │                   ├── WpfPanel.g.i.cs
│   │                   ├── WpfTreeView.g.i.cs
│   │                   ├── Wpfs.Properties.Resources.resources
│   │                   ├── Wpfs.csproj.FileListAbsolute.txt
│   │                   ├── Wpfs.dll
│   │                   ├── Wpfs.g.resources
│   │                   ├── Wpfs.pdb
│   │                   ├── Wpfs1_MarkupCompile.i.cache
│   │                   ├── Wpfs2_MarkupCompile.i.cache
│   │                   ├── Wpfs3_MarkupCompile.i.cache
│   │                   ├── Wpfs4_MarkupCompile.i.cache
│   │                   ├── Wpfs5_MarkupCompile.i.cache
│   │                   ├── Wpfs6_MarkupCompile.i.cache
│   │                   └── Wpfs_MarkupCompile.cache
│   ├── Chap17
│   │   ├── Chap17.sln
│   │   ├── Chap17.suo
│   │   ├── CustomFilter
│   │   │   ├── Commands.cs
│   │   │   ├── CustomFilter.csproj
│   │   │   ├── CustomFilter.csproj.user
│   │   │   ├── DrawRule.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CustomFilter.dll
│   │   │   │   │   ├── CustomFilter.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── CustomFilter.csproj.FileListAbsolute.txt
│   │   │           ├── CustomFilter.dll
│   │   │           ├── CustomFilter.pdb
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── DrawRule
│   │   │   ├── Commands.cs
│   │   │   ├── DrawRule.cs
│   │   │   ├── DrawRule.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DrawRule.dll
│   │   │   │   │   └── DrawRule.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DrawRule.csproj.FileListAbsolute.txt
│   │   │           ├── DrawRule.dll
│   │   │           ├── DrawRule.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── HighlightRule
│   │   │   ├── Class1.cs
│   │   │   ├── Commands.cs
│   │   │   ├── DrawRule.cs
│   │   │   ├── HighlightRule.cs
│   │   │   ├── HighlightRule.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── HighlightRule.dll
│   │   │   │   │   └── HighlightRule.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── HighlightBlock.csproj.FileListAbsolute.txt
│   │   │           ├── HighlightRule.csproj.FileListAbsolute.txt
│   │   │           ├── HighlightRule.dll
│   │   │           ├── HighlightRule.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── ObjectRule
│   │   │   ├── Commands.cs
│   │   │   ├── DoorAtt.cs
│   │   │   ├── DrawRule.cs
│   │   │   ├── ObjectRule.cs
│   │   │   ├── ObjectRule.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── OPM.Net.dll
│   │   │   │   │   ├── ObjectRule.dll
│   │   │   │   │   ├── ObjectRule.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── ObjectRule.csproj.FileListAbsolute.txt
│   │   │           ├── ObjectRule.dll
│   │   │           ├── ObjectRule.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── TransformRule
│   │   │   ├── Commands.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── TransformRule.cs
│   │   │   ├── TransformRule.csproj
│   │   │   ├── TransformRule.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── TransformRule.dll
│   │   │   │   │   ├── TransformRule.pdb
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── ResolveAssemblyReference.cache
│   │   │   │       ├── TempPE
│   │   │   │       ├── TransformRule.csproj.FileListAbsolute.txt
│   │   │   │       ├── TransformRule.dll
│   │   │   │       └── TransformRule.pdb
│   │   │   └── transform-overrule-point-on-network.cs
│   │   └── XDataFilter
│   │       ├── Commands.cs
│   │       ├── DoorAtt.cs
│   │       ├── DrawRule.cs
│   │       ├── DrawRule.suo
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── XDataFilter.csproj
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DrawRule.dll
│   │       │   │   ├── DrawRule.pdb
│   │       │   │   ├── Drawing1.dwl
│   │       │   │   ├── Drawing1.dwl2
│   │       │   │   ├── OPM.Net.dll
│   │       │   │   ├── XDataFilter.dll
│   │       │   │   ├── XDataFilter.pdb
│   │       │   │   └── acad.err
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── DrawRule.csproj.FileListAbsolute.txt
│   │               ├── DrawRule.dll
│   │               ├── ResolveAssemblyReference.cache
│   │               ├── TempPE
│   │               ├── XDataFilter.csproj.FileListAbsolute.txt
│   │               ├── XDataFilter.dll
│   │               └── XDataFilter.pdb
│   ├── Chap18
│   │   ├── Chap18.sln
│   │   ├── Chap18.suo
│   │   ├── DimConstraints
│   │   │   ├── DimConstraints.cs
│   │   │   ├── DimConstraints.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AdnAssocConstraintAPIMgd.dll
│   │   │   │   │   ├── DimConstraints.dll
│   │   │   │   │   ├── DimConstraints.pdb
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   └── acad.err
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DimConstraints.csproj.FileListAbsolute.txt
│   │   │           ├── DimConstraints.dll
│   │   │           ├── DimConstraints.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   └── GeometricConstraints
│   │       ├── GeoConstraints.cs
│   │       ├── GeoConstraints.csproj
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── AdnAssocConstraintAPIMgd.dll
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Drawing1.dwl
│   │       │   │   ├── Drawing1.dwl2
│   │       │   │   ├── GeoConstraints3.dll
│   │       │   │   ├── GeoConstraints3.pdb
│   │       │   │   ├── GeometricConstraints14.dll
│   │       │   │   ├── GeometricConstraints14.pdb
│   │       │   │   ├── GeometricConstraints2.dll
│   │       │   │   └── acad.err
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── GeoConstraints.csproj.FileListAbsolute.txt
│   │               ├── GeoConstraints3.dll
│   │               ├── GeoConstraints3.pdb
│   │               ├── GeometricConstraints.csproj.FileListAbsolute.txt
│   │               ├── GeometricConstraints14.dll
│   │               ├── GeometricConstraints14.pdb
│   │               ├── ResolveAssemblyReference.cache
│   │               └── TempPE
│   ├── Chap19
│   │   ├── Chap19.sln
│   │   ├── Chap19.suo
│   │   ├── Layouts
│   │   │   ├── Layouts.cs
│   │   │   ├── Layouts.csproj
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AcDbMgd.dll
│   │   │   │   │   ├── AcMgd.dll
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   ├── DotNetARX.pdb
│   │   │   │   │   ├── DotNetARX.xml
│   │   │   │   │   ├── Layouts.dll
│   │   │   │   │   └── Layouts.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── Layouts.csproj.FileListAbsolute.txt
│   │   │           ├── Layouts.dll
│   │   │           ├── Layouts.pdb
│   │   │           └── TempPE
│   │   └── Plots
│   │       ├── PlotForm.Designer.cs
│   │       ├── PlotForm.cs
│   │       ├── PlotForm.resx
│   │       ├── Plots.cs
│   │       ├── Plots.csproj
│   │       ├── Plots.csproj.user
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── bin
│   │       │   ├── Debug
│   │       │   │   ├── DotNetARX.dll
│   │       │   │   ├── DotNetARX.pdb
│   │       │   │   ├── DotNetARX.xml
│   │       │   │   ├── Drawing1-Model.dwfx
│   │       │   │   ├── Drawing1-Model.pdf
│   │       │   │   ├── Drawing1-布局1.pdf
│   │       │   │   ├── Drawing1.pdf
│   │       │   │   ├── PlotConfig.xml
│   │       │   │   ├── PlotSets.dll
│   │       │   │   ├── PlotSets.pdb
│   │       │   │   ├── Plots.dll
│   │       │   │   ├── Plots.pdb
│   │       │   │   ├── acad.err
│   │       │   │   └── plot.log
│   │       │   └── Release
│   │       └── obj
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── GenerateResource-ResGen.read.1.tlog
│   │               ├── GenerateResource-ResGen.write.1.tlog
│   │               ├── PlotSets.PlotForm.resources
│   │               ├── PlotSets.csproj.FileListAbsolute.txt
│   │               ├── Plots.PlotForm.resources
│   │               ├── Plots.csproj.FileListAbsolute.txt
│   │               ├── Plots.dll
│   │               ├── Plots.pdb
│   │               ├── ResolveAssemblyReference.cache
│   │               └── TempPE
│   ├── DotNetARX
│   │   ├── 2007
│   │   │   ├── AnnotateTools.cs
│   │   │   ├── ArcTools.cs
│   │   │   ├── BlockTools.cs
│   │   │   ├── COMTools.cs
│   │   │   ├── CUITools.cs
│   │   │   ├── CircleTools.cs
│   │   │   ├── CommandTools.cs
│   │   │   ├── DictTools.cs
│   │   │   ├── DimStyleTools.cs
│   │   │   ├── DimTools.cs
│   │   │   ├── DocumentTools.cs
│   │   │   ├── DotNetARX.csproj
│   │   │   ├── DotNetARX.sln
│   │   │   ├── DotNetARX.suo
│   │   │   ├── Draw3DTools.cs
│   │   │   ├── EllipseTools.cs
│   │   │   ├── EntTools.cs
│   │   │   ├── GeTools.cs
│   │   │   ├── GroupTools.cs
│   │   │   ├── HatchTools.cs
│   │   │   ├── LayerTools.cs
│   │   │   ├── LayoutTools.cs
│   │   │   ├── LineTypeTools.cs
│   │   │   ├── LinqToCAD.cs
│   │   │   ├── ListTools.cs
│   │   │   ├── MLineTools.cs
│   │   │   ├── MessageFilter.cs
│   │   │   ├── PInvoke.cs
│   │   │   ├── PlotSettingsEx.cs
│   │   │   ├── PlotTools.cs
│   │   │   ├── PolylineTools.cs
│   │   │   ├── ProgressManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RegionTools.cs
│   │   │   ├── Register.cs
│   │   │   ├── SelectionTools.cs
│   │   │   ├── SummaryInfoTools.cs
│   │   │   ├── TableTools.cs
│   │   │   ├── TextStyleTools.cs
│   │   │   ├── TextTools.cs
│   │   │   ├── Tools.cs
│   │   │   ├── UCSTools.cs
│   │   │   ├── ViewTableTools.cs
│   │   │   ├── ViewportTools.cs
│   │   │   ├── XDataTools.cs
│   │   │   ├── XrefTools.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.XML
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   └── DotNetARX.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   ├── DotNetARX.csproj.FileListAbsolute.txt
│   │   │       │   ├── DotNetARX.dll
│   │   │       │   ├── DotNetARX.pdb
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       └── Release
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DotNetARX.csproj.FileListAbsolute.txt
│   │   │           ├── DotNetARX.dll
│   │   │           ├── DotNetARX.pdb
│   │   │           └── TempPE
│   │   ├── 2010
│   │   │   ├── AnnotateTools.cs
│   │   │   ├── ArcTools.cs
│   │   │   ├── BlockTools.cs
│   │   │   ├── COMTools.cs
│   │   │   ├── CUITools.cs
│   │   │   ├── CircleTools.cs
│   │   │   ├── CommandTools.cs
│   │   │   ├── DictTools.cs
│   │   │   ├── DimStyleTools.cs
│   │   │   ├── DimTools.cs
│   │   │   ├── DocumentTools.cs
│   │   │   ├── DotNetARX.csproj
│   │   │   ├── DotNetARX.sln
│   │   │   ├── DotNetARX.suo
│   │   │   ├── Draw3DTools.cs
│   │   │   ├── EllipseTools.cs
│   │   │   ├── EntTools.cs
│   │   │   ├── GeTools.cs
│   │   │   ├── GroupTools.cs
│   │   │   ├── HatchTools.cs
│   │   │   ├── LayerTools.cs
│   │   │   ├── LayoutTools.cs
│   │   │   ├── LineTypeTools.cs
│   │   │   ├── LinqToCAD.cs
│   │   │   ├── ListTools.cs
│   │   │   ├── MLineTools.cs
│   │   │   ├── MessageFilter.cs
│   │   │   ├── PInvoke.cs
│   │   │   ├── PlotSettingsEx.cs
│   │   │   ├── PlotTools.cs
│   │   │   ├── PolylineTools.cs
│   │   │   ├── ProgressManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── RegionTools.cs
│   │   │   ├── Register.cs
│   │   │   ├── SelectionTools.cs
│   │   │   ├── SummaryInfoTools.cs
│   │   │   ├── TableTools.cs
│   │   │   ├── TextStyleTools.cs
│   │   │   ├── TextTools.cs
│   │   │   ├── Tools.cs
│   │   │   ├── UCSTools.cs
│   │   │   ├── ViewTableTools.cs
│   │   │   ├── ViewportTools.cs
│   │   │   ├── XDataTools.cs
│   │   │   ├── XrefTools.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DotNetARX.XML
│   │   │   │   │   ├── DotNetARX.dll
│   │   │   │   │   └── DotNetARX.pdb
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── DotNetARX.csproj.FileListAbsolute.txt
│   │   │           ├── DotNetARX.dll
│   │   │           ├── DotNetARX.pdb
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   └── DotNetARX.suo
│   ├── DotNetARX.chm
│   ├── DotNetARX.chw
│   ├── PInvoke
│   │   ├── 2007
│   │   │   ├── acad.txt
│   │   │   └── acdb17.txt
│   │   ├── 2008
│   │   │   ├── 32位
│   │   │   │   ├── acad.txt
│   │   │   │   └── acdb17.txt
│   │   │   └── 64位
│   │   │       ├── acad.txt
│   │   │       └── acdb17.txt
│   │   ├── 2009
│   │   │   ├── 32位
│   │   │   │   ├── acad.txt
│   │   │   │   └── acdb17.txt
│   │   │   └── 64位
│   │   │       ├── acad.txt
│   │   │       └── acdb17.txt
│   │   ├── 2010
│   │   │   ├── 32位
│   │   │   │   ├── acad.txt
│   │   │   │   └── acdb18.txt
│   │   │   └── 64位
│   │   │       ├── acad.txt
│   │   │       └── acdb18.txt
│   │   ├── 2011
│   │   │   ├── 32位
│   │   │   │   ├── acad.txt
│   │   │   │   └── acdb18.txt
│   │   │   └── 64位
│   │   │       ├── acad.txt
│   │   │       └── acdb18.txt
│   │   ├── 2012
│   │   │   ├── 32位
│   │   │   │   ├── acad.txt
│   │   │   │   └── acdb18.txt
│   │   │   └── 64位
│   │   │       ├── acad.txt
│   │   │       └── acdb18.txt
│   │   └── 2013
│   │       ├── 32位
│   │       │   ├── acad.txt
│   │       │   ├── accore.txt
│   │       │   └── acdb19.txt
│   │       └── 64位
│   │           ├── acad.txt
│   │           ├── accore.txt
│   │           └── acdb19.txt
│   ├── Readme.txt
│   └── 增强型向导
│       └── AcadNetAddinWizard.msi
└── 好例子网_CAD二次开发实例源码.rar

812 directories, 1779 files


实例下载地址

CAD二次开发实例源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警