Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello,
I am trying to set the occluding property of a model (or modelItem) via a button, or via Java:
$scope.show = function() {
if ($scope.view.wdg['modelItem-1'].occluding == false){
$scope.view.wdg['modelItem-1']. occluding = true;
}
else {
$scope.view.wdg['modelItem-1']. occluding = false;
};
}
But it is not working. Has anyone some ideas?
Greetings
Raphael
Hello Raphael,
We (a colleague and I) have seen this issue too.
I have reported that to R&D.
I am waiting more details from them.
When I will have it, I will come back to you.
Best regards,
Samuel