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

Last modified by Bimit Administrator on 02.10.2024, 09:47

From version 57.1
edited by Bimit Administrator
on 15.02.2022, 14:08
Change comment: There is no comment for this version
To version 58.1
edited by Bimit Administrator
on 15.02.2022, 14:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1894,6 +1894,7 @@
1894 1894  
1895 1895  {{/code}}
1896 1896  
1897 +====== **createGroupElements** ======
1897 1897  
1898 1898  (% class="box infomessage" %)
1899 1899  (((
... ... @@ -1914,8 +1914,7 @@
1914 1914  
1915 1915   {{code language="java"}}def conditionDoor = bim.createCondition("class", "eq", "IfcDoor")
1916 1916  def elements = bim.getElements(conditionDoor)
1917 -bim.createGroupElements("#FF9933", elements )
1918 -{{/code}}
1918 +bim.createGroupElements("#FF9933", elements ){{/code}}
1919 1919  
1920 1920  {{code language="java"}}
1921 1921  bim.createGroupElements("#FF9933", ["dhb487dbcsndb","salndhkjfnjkenkjsd","sdfsdfadsdfsad"] )
... ... @@ -1953,8 +1953,7 @@
1953 1953  {{/code}}
1954 1954  
1955 1955   {{code language="java"}}def elementCondition = bim.createCondition("attribute","width", "gt", "1000")
1956 -bim.showElements(elementCondition )
1957 -{{/code}}
1956 +bim.showElements(elementCondition ){{/code}}
1958 1958  
1959 1959  {{code language="java"}}
1960 1960  def elementCondition = bim.createCondition("attribute","BaseQuantities","width", "gt", "1000")
... ... @@ -2272,5 +2272,4 @@
2272 2272  def globalBId = collsion.getGlobalBId()
2273 2273  
2274 2274  // console.info(globalBId) -> “INFO: js89njhsihd9ffsd3kmll9hln0”
2275 -}
2276 -{{/code}}
2274 +}{{/code}}