Changes for page Интерфейс bim

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 68.19
edited by Bimit Administrator
on 17.07.2023, 11:57
Change comment: There is no comment for this version
To version 68.18
edited by Bimit Administrator
on 17.07.2023, 11:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2348,6 +2348,7 @@
2348 2348  **Пример использования:**
2349 2349  
2350 2350  {{code language="java"}}
2351 +def conditionWall = bim.createCondition("class", "eq", "IfcWall")
2351 2351  def tasks = bim.getProjectTasks()
2352 2352   def taskAttachments = []
2353 2353   for(def task : tasks) {