三維建模工作站配置 三維模型中的辦公區模型如何高亮

三維建模工作站配置 三維模型中的辦公區模型如何高亮


以小紅磚開放平臺中的以辦公區模型為例,高亮選中的構件類,本示例默認選中IfcFurnishingElement類型構件組 。其它常用的構件類型還有IfcDoor、IfcWindow、IfcRailing、IfcSlab、IfcWall、IfcWallStandardCase等 。點擊“運行”按鈕,可看到效果 。

實現步驟1本示例默認選中IfcFurnishingElement類型構件組 。
所需代碼:
【三維建模工作站配置 三維模型中的辦公區模型如何高亮】constcomponentKeys=component.getKeys();constcomponentFilterKeys=component.filterKeyByType(componentKeys,"IfcFurnishingElement");component.setHighlight(componentFilterKeys);

相關經驗推薦