We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everyone! Is it posible to set transparency of 100 %(to make the elements complete invisible), when i select other elements? Thanks!
The text was updated successfully, but these errors were encountered:
Well, you can perhaps HIDE the element instead?
viewer.setState(State.HIDDEN, [args.id]);
Check this example for more information: https://docs.xbim.net/examples/colourful-building.html
/Mikael
Sorry, something went wrong.
Yes, you can either just set the styling to one with 100% transparency, or make it hidden which it would be more efficient and clean.
No branches or pull requests
Hello everyone!
Is it posible to set transparency of 100 %(to make the elements complete invisible), when i select other elements?
Thanks!
The text was updated successfully, but these errors were encountered: