Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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