Изменения документа Интерфейс bim
Редактировал(а) Bimit Administrator 20.11.2025, 09:13
От версии 51.10
отредактировано Bimit Administrator
на 10.02.2022, 15:16
на 10.02.2022, 15:16
Изменить комментарий:
К данной версии нет комментариев
К версии 51.9
отредактировано Bimit Administrator
на 10.02.2022, 15:08
на 10.02.2022, 15:08
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1224,8 +1224,7 @@ 1224 1224 {{code language="java"}} 1225 1225 def geometryElement = bim.getGeometryElement(UUID.fromString(“e5a114d0-7de1-11ec-90d6-0242ac120003”) 1226 1226 def globalId = geometryElement .getGlobalId() 1227 - 1228 -// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1227 +console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1229 1229 def volumeElement = geometryElement .getVolume() 1230 1230 1231 1231 // console.info(volumeElement.toString()) -> “INFO: 0.1” ... ... @@ -1247,8 +1247,7 @@ 1247 1247 def listWalls = bim.getGeometryElements (conditionWall ) 1248 1248 for (Element geometryElement: listWalls ) { 1249 1249 def globalId = geometryElement.getGlobalId() 1250 - 1251 -// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1249 +console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1252 1252 def volumeElement = geometryElement .getVolume() 1253 1253 1254 1254 // console.info(volumeElement.toString()) -> “INFO: 0.1” ... ... @@ -1271,8 +1271,7 @@ 1271 1271 def listElements = bim.getGeometryElements(elements) 1272 1272 for (Element geometryElement: listElements ) { 1273 1273 def globalId = geometryElement.getGlobalId() 1274 - 1275 -// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1272 +console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1276 1276 def volumeElement = geometryElement .getVolume() 1277 1277 1278 1278 // console.info(volumeElement.toString()) -> “INFO: 0.1”