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

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 46.1
edited by Bimit Administrator
on 10.02.2022, 13:52
Change comment: There is no comment for this version
To version 47.1
edited by Bimit Administrator
on 10.02.2022, 13:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -203,7 +203,7 @@
203 203  **Пример использования:**
204 204  
205 205  {{code language="java"}}
206 -def listModels = bim.getProjectModels()
206 +def listModels = bim.getProjectModels()
207 207  for (Model model: listModels ) {
208 208  def modelUuid = model.getUuid()
209 209  
... ... @@ -461,4 +461,3 @@
461 461  {{/code}}
462 462  
463 463  
464 -