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

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 68.14
edited by Bimit Administrator
on 17.07.2023, 11:55
Change comment: There is no comment for this version
To version 68.16
edited by Bimit Administrator
on 17.07.2023, 11:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2329,8 +2329,11 @@
2329 2329  
2330 2330  
2331 2331  {{code language="java"}}
2332 -def conditionWall = bim.createCondition("class", "eq", "IfcWall")
2333 -выаыа
2332 +def collisionList = bim.getCollisionsForReport()
2333 + def param = [:]
2334 + param.add(“pageSize”, 3)
2335 + param.add(“fontSize”, 12)
2336 + file.collisionsToPdf(template, collisionList, param)
2334 2334  
2335 2335  {{/code}}
2336 2336