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

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 41.1
edited by Bimit Administrator
on 10.02.2022, 11:02
Change comment: There is no comment for this version
To version 43.1
edited by Bimit Administrator
on 10.02.2022, 12:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -202,13 +202,13 @@
202 202  
203 203  **Пример использования:**
204 204  
205 -**{{code language="java"}}​def listModels = bim.getProjectModels()
205 +{{code language="java"}}
206 +​def listModels = bim.getProjectModels()
206 206  for (Model model: listModels ) {
207 207  def modelUuid = model.getUuid()
208 208  
209 209  // console.info(modelUuid .toString()) -> “INFO: 4e733308-7ddd-11ec-90d6-0242ac120003”
210 -}
211 -{{/code}}**
211 +}{{/code}}
212 212  
213 213  
214 214  === ===
... ... @@ -441,5 +441,4 @@
441 441  
442 442  
443 443  
444 -
445 445