cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Occluding

Raphael08
7-Bedrock

Occluding

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 1
sdidier
17-Peridot
(To:Raphael08)

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

Top Tags