摘要: AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L 阅读全文
posted @ 2021-12-07 15:08 上帝视角 阅读(344) 评论(0) 推荐(0)
摘要: public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk. 阅读全文
posted @ 2021-11-16 09:51 上帝视角 阅读(903) 评论(0) 推荐(0)
摘要: /// <summary> /// 加载文件图片 /// </summary> /// <param name="path"></param> public void LoadImg(string path) { var bitmap = get_image_of_file(path); picIm 阅读全文
posted @ 2021-11-02 16:00 上帝视角 阅读(483) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Beaver.Unfold.Core { /// <summary> /// 最大凹凸面 /// </sum 阅读全文
posted @ 2021-08-23 11:59 上帝视角 阅读(663) 评论(0) 推荐(0)
摘要: CAD #region 照片提取 public ImageFormat GetFormat(string filename) { // If all else fails, let's create a PNG // (might also choose to throw an exception) 阅读全文
posted @ 2021-08-20 15:02 上帝视角 阅读(1041) 评论(1) 推荐(0)
摘要: C# CAD 参照块范围 画矩形 using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.DatabaseServices.Filters; 阅读全文
posted @ 2021-08-20 10:19 上帝视角 阅读(675) 评论(0) 推荐(0)
摘要: 启动后会自动在屏幕顶部 http://carbd.developsoftware.cn/车险在线报价 http://carbd.developsoftware.cn/车险代理人论坛 http://bd.developsoftware.cn/车险台账工具 http://bd.developsoftwa 阅读全文
posted @ 2021-07-13 22:50 上帝视角 阅读(375) 评论(1) 推荐(0)
摘要: 子 <a-modal :title="title" :width="880" :visible="visible" :confirmLoading="confirmLoading" @ok="handleOk" @cancel="handleCancel" ></a> handleOk () { c 阅读全文
posted @ 2021-05-21 10:29 上帝视角 阅读(2018) 评论(0) 推荐(0)
摘要: 机译 我将Visual Studio 2010 Express切换到了Visual Studio2013。现在,每当我尝试测试代码时,他说/bin/release/app.publish访问被拒绝,从而返回错误并强制执行我手动删除该文件夹。每次。 为什么Visual Studio首先尝试创建该路径? 阅读全文
posted @ 2021-04-27 09:18 上帝视角 阅读(2161) 评论(0) 推荐(1)
摘要: 调用 this.$message.error({ content: (h) => <span>您访问的是测试平台,请访问-<a href="http://www.gdcaizhao.com/">正式平台</a></span>, duration: 0 }) 阅读全文
posted @ 2021-04-17 17:21 上帝视角 阅读(932) 评论(0) 推荐(0)