Changes for page Интерфейс bim
Last modified by Bimit Administrator on 02.10.2024, 09:47
From version 45.1
edited by Bimit Administrator
on 10.02.2022, 13:51
on 10.02.2022, 13:51
Change comment:
There is no comment for this version
To version 46.1
edited by Bimit Administrator
on 10.02.2022, 13:52
on 10.02.2022, 13:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -221,8 +221,17 @@ 221 221 222 222 **Пример использования:** 223 223 224 +{{code language="java"}} 225 +def listModelRevisions = bim.getModelRevisions(UUID.fromString(“4e733308-7ddd-11ec-90d6-0242ac120003”) 226 +for (ModelRevision modelRevision: listModelRevisions ) { 227 + def modelRevisionUuid= modelRevision.getUuid() 224 224 229 +// console.info(modelRevisionUuid .toString()) -> “INFO: 697ba2b6-7ddd-11ec-90d6-0242ac120003” 230 +} 225 225 232 +{{/code}} 233 + 234 + 226 226 === === 227 227 228 228 (% class="box infomessage" %) ... ... @@ -453,4 +453,3 @@ 453 453 454 454 455 455 456 -