Changes for page Интерфейс bim
Last modified by Bimit Administrator on 02.10.2024, 09:47
From version 58.1
edited by Bimit Administrator
on 15.02.2022, 14:29
on 15.02.2022, 14:29
Change comment:
There is no comment for this version
To version 57.1
edited by Bimit Administrator
on 15.02.2022, 14:08
on 15.02.2022, 14:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1894,7 +1894,6 @@ 1894 1894 1895 1895 {{/code}} 1896 1896 1897 -====== **createGroupElements** ====== 1898 1898 1899 1899 (% class="box infomessage" %) 1900 1900 ((( ... ... @@ -1915,7 +1915,8 @@ 1915 1915 1916 1916 {{code language="java"}}def conditionDoor = bim.createCondition("class", "eq", "IfcDoor") 1917 1917 def elements = bim.getElements(conditionDoor) 1918 -bim.createGroupElements("#FF9933", elements ){{/code}} 1917 +bim.createGroupElements("#FF9933", elements ) 1918 +{{/code}} 1919 1919 1920 1920 {{code language="java"}} 1921 1921 bim.createGroupElements("#FF9933", ["dhb487dbcsndb","salndhkjfnjkenkjsd","sdfsdfadsdfsad"] ) ... ... @@ -1953,7 +1953,8 @@ 1953 1953 {{/code}} 1954 1954 1955 1955 {{code language="java"}}def elementCondition = bim.createCondition("attribute","width", "gt", "1000") 1956 -bim.showElements(elementCondition ){{/code}} 1956 +bim.showElements(elementCondition ) 1957 +{{/code}} 1957 1957 1958 1958 {{code language="java"}} 1959 1959 def elementCondition = bim.createCondition("attribute","BaseQuantities","width", "gt", "1000") ... ... @@ -2271,4 +2271,5 @@ 2271 2271 def globalBId = collsion.getGlobalBId() 2272 2272 2273 2273 // console.info(globalBId) -> “INFO: js89njhsihd9ffsd3kmll9hln0” 2274 -}{{/code}} 2275 +} 2276 +{{/code}}