网站首页 站内搜索

搜索结果

查询Tags标签: acadApp,共有 3条记录
  • C# 通过COM接口实现导入外部块功能

    private void btnBlock_Click(object sender, EventArgs e){double[] insertionPoint = new double[3];insertionPoint[0] = 0;insertionPoint[1] = 0;insertionPoint[2] = 0.0;string progid = "ObjectDBX.AxDbDocument.22";dbx.AxDbDocument dbxDoc;dbxDoc = …

    2022/4/7 14:19:04 人评论 次浏览
  • C# Cad 2007 工具栏 工具条创建

    public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk.AutoCAD.ApplicationServices.Application.AcadApplication; Autodesk.AutoCAD.Interop.AcadToolb…

    2021/11/16 14:13:04 人评论 次浏览
  • C# Cad 2007 工具栏 工具条创建

    public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk.AutoCAD.ApplicationServices.Application.AcadApplication; Autodesk.AutoCAD.Interop.AcadToolb…

    2021/11/16 14:13:04 人评论 次浏览
扫一扫关注最新编程教程