Changes for page Интерфейс bim
Last modified by Bimit Administrator on 02.10.2024, 09:47
From version 68.13
edited by Bimit Administrator
on 17.07.2023, 11:55
on 17.07.2023, 11:55
Change comment:
There is no comment for this version
To version 68.15
edited by Bimit Administrator
on 17.07.2023, 11:55
on 17.07.2023, 11:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2330,8 +2330,11 @@ 2330 2330 2331 2331 {{code language="java"}} 2332 2332 def conditionWall = bim.createCondition("class", "eq", "IfcWall") 2333 -def conditionDoor = bim.createCondition("class", "eq", "IfcDoor") 2334 -bim.showElements(conditionWall | conditionDoor ) 2333 +def collisionList = bim.getCollisionsForReport() 2334 + def param = [:] 2335 + param.add(“pageSize”, 3) 2336 + param.add(“fontSize”, 12) 2337 + file.collisionsToPdf(template, collisionList, param) 2335 2335 2336 2336 {{/code}} 2337 2337