AutoCAD.net 使用acedCmd发送命令


https://adndevblog.typepad.com/autocad/2012/05/how-to-zoom ... acedcmd-in-autocad-with-vbnet.html

https://adndevblog.typepad.com/autocad/2012/04/synchronous ... mmands-in-autocad-using-c-net.html

程序代码:

   <DllImport("accore.dll", EntryPoint:="acedCmdS", CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.Cdecl)>
    Private Shared Function acedCmdS(rbp As IntPtr) As Integer
    End Function


从CAD2013开始从acad.exe变成accore.dll,CAD2016开始acedCmd变成了acedCmdS



存在偏心距基础宽度的三元一次方程求解



欢迎关注微信公众账号ByCAD