摘要: 获取已安装的Revit版本与路径 1.使用vs2015新建控制台应用程序 2.在项目中引入 RevitAddInUtility.dll 3.实现代码 using Autodesk.RevitAddIns; using System; using System.Collections.Generic; 阅读全文
posted @ 2020-11-04 13:14 慕尘 阅读(352) 评论(0) 推荐(0) 编辑
摘要: vs2015快速导入命名空间的方法 鼠标移到错误提示处 按 alt+shift+F10 阅读全文
posted @ 2020-11-04 12:52 慕尘 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 使用vs2015判断rvt文件的revit版本 using System; using System.Text; using System.IO; using System.Text.RegularExpressions; namespace ReadRvt { class Program { st 阅读全文
posted @ 2020-11-04 12:50 慕尘 阅读(151) 评论(0) 推荐(0) 编辑