Skip to main content
1-Visitor
February 8, 2018
Question

Occluding

  • February 8, 2018
  • 1 reply
  • 1285 views

Hello,

I am trying to set the occluding property of a model (or modelItem) via a button, or via Java:

  1. e.g like this:

$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

1 reply

17-Peridot
February 8, 2018

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