网站首页 趣味生活 舌尖美味 我爱学习 热爱生活 数码 经验
当前位置:趣味百科网 > 经验 > 

三维模型中的办公区模型如何高亮

栏目: 经验 / 发布于: / 人气:1.18W

三维模型中的办公区模型如何高亮

以小红砖开放平台中的以办公区模型为例,高亮选中的构件类,本示例默认选中IfcFurnishingElement类型构件组。其它常用的构件类型还有IfcDoor、IfcWindow、IfcRailing、IfcSlab、IfcWall、IfcWallStandardCase等。点击“运行”按钮,可看到效果。

实现步骤1

本示例默认选中IfcFurnishingElement类型构件组。

所需代码:

constcomponentKeys=eys();constcomponentFilterKeys=erKeyByType(componentKeys,"IfcFurnishingElement");ighlight(componentFilterKeys);