Изменения документа Интерфейс bim
Редактировал(а) Bimit Administrator 02.10.2024, 09:47
От версии 51.9
отредактировано Bimit Administrator
на 10.02.2022, 15:08
на 10.02.2022, 15:08
Изменить комментарий:
К данной версии нет комментариев
К версии 51.10
отредактировано Bimit Administrator
на 10.02.2022, 15:16
на 10.02.2022, 15:16
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1224,7 +1224,8 @@ 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 -console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1227 + 1228 +// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1228 1228 def volumeElement = geometryElement .getVolume() 1229 1229 1230 1230 // console.info(volumeElement.toString()) -> “INFO: 0.1” ... ... @@ -1246,7 +1246,8 @@ 1246 1246 def listWalls = bim.getGeometryElements (conditionWall ) 1247 1247 for (Element geometryElement: listWalls ) { 1248 1248 def globalId = geometryElement.getGlobalId() 1249 -console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1250 + 1251 +// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1250 1250 def volumeElement = geometryElement .getVolume() 1251 1251 1252 1252 // console.info(volumeElement.toString()) -> “INFO: 0.1” ... ... @@ -1269,7 +1269,8 @@ 1269 1269 def listElements = bim.getGeometryElements(elements) 1270 1270 for (Element geometryElement: listElements ) { 1271 1271 def globalId = geometryElement.getGlobalId() 1272 -console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1274 + 1275 +// console.info(globalId) -> “INFO: 0Dtdg2chjBhhgnQ7zCqZkk” 1273 1273 def volumeElement = geometryElement .getVolume() 1274 1274 1275 1275 // console.info(volumeElement.toString()) -> “INFO: 0.1”