CAD API 概览

作者: using__ | 来源:发表于2019-03-10 21:53 被阅读0次

最常用的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版拆分出来);

相关文章

网友评论

    本文标题:CAD API 概览

    本文链接:https://www.haomeiwen.com/subject/ivippqtx.html