Hide a model
Hello,
using Java to modify a Model ITEM is possible e.g. changing the color by using:
$scope.view.wdg['model-item1'].color = 'rgba(152,191,16, 1)'
Is it possible to change a COMPLETE model in the same way?
Hello,
using Java to modify a Model ITEM is possible e.g. changing the color by using:
$scope.view.wdg['model-item1'].color = 'rgba(152,191,16, 1)'
Is it possible to change a COMPLETE model in the same way?
The model widget does not have a color attribute.
You could create a model-item with component occurence id /
this would create a model item on top level.
Another solution could be to use a shader - in a tml widget, however this is a bit tricky.
Martin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.