You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi all. is it possible to set visibility to a specific building storey? dont look like its working using type or specific IfcBuildingStorey oid. thanks in advance
The text was updated successfully, but these errors were encountered:
I assume you mean that the children of the building storey would be hidden as well? Currently the setVisibility() call is not recursive like that [1]. Take a look at the code for the tree renderer [2], in a couple of lines you can adapt something to recurse to the tree data to get the childen of the storey yourself and toggle visibility for them explicitly.
hi all. is it possible to set visibility to a specific building storey? dont look like its working using type or specific IfcBuildingStorey oid. thanks in advance
The text was updated successfully, but these errors were encountered: