摘要: 启动后会自动在屏幕顶部 http://carbd.developsoftware.cn/车险在线报价 http://carbd.developsoftware.cn/车险代理人论坛 http://bd.developsoftware.cn/车险台账工具 http://bd.developsoftwa 阅读全文
posted @ 2021-07-13 22:50 上帝视角 阅读(331) 评论(1) 推荐(0) 编辑
摘要: C:\Users\win10-zhiyong>dotnet dev-certs https --trustTrusting the HTTPS development certificate was requested. A confirmation prompt will be displayed 阅读全文
posted @ 2024-05-15 08:58 上帝视角 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Future<void> downloadFile(String? fileName, String urlPath) async { final CancelToken cancelToken = CancelToken(); try { final String path = Directory 阅读全文
posted @ 2022-12-28 14:18 上帝视角 阅读(41) 评论(0) 推荐(0) 编辑
摘要: private List<Microsoft.Office.Interop.Excel.Workbook> GetExeclWorkbooks() { // 声明一个对象 Excel._Application objExcel; List<Microsoft.Office.Interop.Excel 阅读全文
posted @ 2022-03-15 11:41 上帝视角 阅读(992) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 拉伸 /// </summary> [CommandMethod("ALS")] public void Tensile() { var ids = Editor.Selection($"\n选择图形"); ids = ids.Deletes(); if (ids 阅读全文
posted @ 2021-12-14 09:50 上帝视角 阅读(459) 评论(0) 推荐(0) 编辑
摘要: using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.EditorInput; using Autodesk.AutoCAD.Runtim 阅读全文
posted @ 2021-12-11 11:51 上帝视角 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 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 上帝视角 阅读(290) 评论(0) 推荐(0) 编辑
摘要: public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk. 阅读全文
posted @ 2021-11-16 09:51 上帝视角 阅读(723) 评论(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 上帝视角 阅读(380) 评论(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 上帝视角 阅读(558) 评论(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 上帝视角 阅读(711) 评论(1) 推荐(0) 编辑