Skip to main content
1-Visitor
November 28, 2017
Question

How to display 3d image by clicking on some label or 3d image

  • November 28, 2017
  • 1 reply
  • 1373 views

Hello guys ,

I am learning thingworx studio . I want to display image if i click on some another image or label in eye wear project type. Could you please help me on this .

1 reply

21-Topaz I
November 28, 2017

Hi Shuaib. You can create a small function like the one below and call it on the event click.

$scope.ShowImage = function(){

$scope.view.wdg['3DImage-1']['visible']=true;

};