CAD API 概览
2019-03-10 本文已影响0人
using__
最常用的CAD二次开发dll文件
-
AcdbMgd.dll 当处理图形文件中存储的对象时引用,用于在图形文件中对对象进行操作;
主要包含的命名空间:
1.Autodesk.AutoCAD.Colors
2.Autodesk.AutoCAD.DatabaseServices
3.Autodesk.AutoCAD.Geometry
4.Autodesk.AutoCAD.Runtime
5.Autodesk.AutoCAD.GraphicsInterface
6.Autodesk.AutoCAD.LayerManager -
AcMgd.dll 当处理 AutoCAD 应用程序和用户接口时引用,包含的是对大多数AutoCAD API的封装,用于对AutoCAD应用程序进行操作;
主要包含的命名空间如下:
1.Autodesk.AutoCAD.ApplicationServices
2.Autodesk.AutoCAD.EditorInput
3.Autodesk.AutoCAD.Windows
4.Autodesk.AutoCAD.Windows.ToolPalette
5.Autodesk.AutoCAD.Internal.Windows
6.Autodesk.AutoCAD.Internal.Forms -
AcCui.dll 当处理自定义文件时使用,用于操作用户自定义文件;
主要包含的命名空间如下:
1.Autodesk.AutoCAD.Customization
2.Autodesk.AutoCAD.Customization.Interop -
AcCoreMgd.dll 当处理编辑器、发布与打印、定义AutoLISP命令和函数是使用(2014版拆分出来);