Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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