Changes for page Интерфейс bim
Last modified by Bimit Administrator on 02.10.2024, 09:47
From version 43.1
edited by Bimit Administrator
on 10.02.2022, 12:04
on 10.02.2022, 12:04
Change comment:
There is no comment for this version
To version 41.1
edited by Bimit Administrator
on 10.02.2022, 11:02
on 10.02.2022, 11:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -202,13 +202,13 @@ 202 202 203 203 **Пример использования:** 204 204 205 -{{code language="java"}} 206 -def listModels = bim.getProjectModels() 205 +**{{code language="java"}}def listModels = bim.getProjectModels() 207 207 for (Model model: listModels ) { 208 208 def modelUuid = model.getUuid() 209 209 210 210 // console.info(modelUuid .toString()) -> “INFO: 4e733308-7ddd-11ec-90d6-0242ac120003” 211 -}{{/code}} 210 +} 211 +{{/code}}** 212 212 213 213 214 214 === === ... ... @@ -441,4 +441,5 @@ 441 441 442 442 443 443 444 + 444 444