Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello @RolandRaytchev and other PTC officials,
In a current project going on,
PLease help me with this.
Hi @Dhaval_Bendale ,
I think you issue consist of some points , where is better to checked more detailed on real example. If such example does not contains a sensitive data you can share it there , otherwise , please, open a technical support case where Technical support /or R&D Team could investigate more detailed the issue.
To the point about the transparency on Hololens2 . I think some shader will ignorred by default the transparency and you need to apply to the modelItems widget the
tml3dRenderer.setProperties('modelItem-1', { decal:true, hidden:false }); $scope.$applyAsync();
or if you want to apply this to all modelItems of any assembly - something like:
tml3dRenderer.setProperties('model-1-/', { decal:true, hidden:false }); $scope.$applyAsync();
At the end I want to mention (only as general hint) that in generally it is not so recommended to start a new topic post where you mentioned directly some users. This possibly will not support the community idea , that every user could try to provide a solution - possibly not the perfect solution with the first answer but then the solution could be improved -> corrected or supplemented by other posts so the final result is then better ,because several users have worked on the solution or they would share their experience. Mentioning specific usernames at the beginning of a topic may discourage a user who know a better solution from replying or solving the specific issue. Thank you!