上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

2020年12月3日

【转】Revit二次开发—获取内置参数对应的中文字符串(BuiltParameterGroup、ParameterType和BuiltInCategory)

摘要: BuiltParameterGroup中文对照 PG_IFC IFC 参数 PG_RAILING_SYSTEM_SEGMENT_U_GRID U 网格 PG_CURTAIN_GRID_U U 网格 PG_RAILING_SYSTEM_SEGMENT_V_GRID V 网格 PG_CURTAIN_GR 阅读全文

posted @ 2020-12-03 12:27 梦琪小生 阅读(1415) 评论(0) 推荐(0) 编辑

【转】Revit二次开发——利用共享参数添加项目信息参数

摘要: using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Autodesk.Revit.DB; using Autodesk.Revit.ApplicationServices; u 阅读全文

posted @ 2020-12-03 10:07 梦琪小生 阅读(635) 评论(0) 推荐(0) 编辑

2020年11月25日

【转】live2d 博客网站添加动态动漫妹子(看板娘)

摘要: 一、添加插件 我们在【设置】页面下方找到【博客侧边栏公告(支持HTML代码) (支持 JS 代码)】这项,然后加入以下代码: <script type="text/javascript" charset="utf-8" src="https://files.cnblogs.com/files/liu 阅读全文

posted @ 2020-11-25 13:31 梦琪小生 阅读(1041) 评论(0) 推荐(0) 编辑

2020年11月20日

【转】【Revit】Revit二次开发--标注的创建,Reference的获取

摘要: 1. Line的Reference2. Face的Reference3. FamilyInstance的Referencea.在轴网标注功能中,获得轴网的Reference只需要对grid进行new Reference操作即可获得,即: var gridref = new Reference(gri 阅读全文

posted @ 2020-11-20 10:01 梦琪小生 阅读(1508) 评论(0) 推荐(0) 编辑

2020年7月21日

【Revit】revit 二次开发如何控制门方向

摘要: I want to know two properties of a door in Revit model. Which wall side of a door is opened? Which side of a door is hinged to wall? Can you explain h 阅读全文

posted @ 2020-07-21 09:33 梦琪小生 阅读(947) 评论(0) 推荐(0) 编辑

2020年7月17日

【WPF】DataGrid 的CheckBox列单击不能选中,需要点击两次的问题

摘要: 修改列的模板,不使用自带的CheckBox列 <DataGridTemplateColumn Width="30"> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <CheckBox IsChecked="{Binding IsChecke 阅读全文

posted @ 2020-07-17 10:27 梦琪小生 阅读(1448) 评论(0) 推荐(0) 编辑

2020年7月9日

【WPF】DataGrid动态绑定隐藏列 DataGridTextColumn.Visibility

摘要: 方法一: 前端 <FrameworkElement x:Name="dummyElement" Visibility="Collapsed"/> <DataGrid> <DataGrid.Columns> <DataGridTextColumn Header="Test" Binding="{Bin 阅读全文

posted @ 2020-07-09 10:32 梦琪小生 阅读(3012) 评论(0) 推荐(0) 编辑

2020年6月12日

【WPF】Combox 下拉选项增加图片显示 ItemTemplate

摘要: 效果图如上所示: 前端Xmal代码: <Window x:Class="WpfTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr 阅读全文

posted @ 2020-06-12 12:03 梦琪小生 阅读(2432) 评论(0) 推荐(0) 编辑

2020年5月8日

【Revit】使用PickObect拾取CAD的线的层信息

摘要: 1、第一步使用PickObject以及筛选器CADPickObjectFilter 获取拾取的线的Reference Reference r = selection.PickObject(ObjectType.PointOnElement, new CADPickObjectFilter(_doc) 阅读全文

posted @ 2020-05-08 10:30 梦琪小生 阅读(653) 评论(0) 推荐(0) 编辑

2020年4月27日

【Revit】Revit二次开发错误及警告屏蔽弹窗方法

摘要: public class BeeFaceFailureHandler : IFailuresPreprocessor { public string ErrorMessage { set; get; } public string ErrorSeverity { set; get; } public 阅读全文

posted @ 2020-04-27 11:49 梦琪小生 阅读(2732) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页

导航