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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

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

shannure
1-Newbie

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

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 1

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;

};

Top Tags