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

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 68.3
edited by Bimit Administrator
on 17.07.2023, 11:38
Change comment: There is no comment for this version
To version 68.4
edited by Bimit Administrator
on 17.07.2023, 11:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2327,11 +2327,11 @@
2327 2327  * **bim.getCollisionsForReport()**
2328 2328  **Пример использования:**
2329 2329  {{code language="java"}}
2330 -def collisionList = bim.getCollisionsForReport()
2331 - def param = [:]
2332 - param.add(“pageSize”, 3)
2333 - param.add(fontSize”, 12)
2334 - file.collisionsToPdf(template, collisionList, param)
2330 +def project = bim.getProject()
2331 +def editProjectDate = project.getEditDate()
2332 + console.info(editProjectDate.toString())
2333 +// -> INFO: 2022-01-01 01:01:12.567 +0300”
2334 +
2335 2335  {{/code}}
2336 2336  
2337 2337  (% class="box infomessage" %)