Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi.
I'm trying to hide some 3D-Labels and 3D-Images in the Canvas to have a better overview while developing my experience, but it does not work. If I select the widget and click the "Hide Components"-Button nothing happens. Do I miss something?
Is I click on the widget the Button is active but the widget still vissible??? (see attached screeshot)
Solved! Go to Solution.
Hi @feil,
Sorry, I misunderstood your question. Have you tried the opacity property of the 3D widget? For example, Select a 3D-Image and then make the value of the opacity property to 0 as shown below:
Hi @feil ,
One of the ways to hide components from canvas is as follows:
$scope.visibleImage = function() {
$scope.app.params.visibleparameter = false;
};
Hope this helps!
Hi.
I think I was missunderstood.
Hiding thinks in an experience is no problem.
I wanted to hide elements while im developing the experience. At the moment I have so much components on the screen on I can't see some thinks anymore If I drop new thinks on the canvas.
Just want to hide som components while im working on the experience, not within the experience.
Hi @feil,
Sorry, I misunderstood your question. Have you tried the opacity property of the 3D widget? For example, Select a 3D-Image and then make the value of the opacity property to 0 as shown below:
This feature has been requested many times and is much needed. For now as @ytella mentioned opacity is the only option for hiding stuff in design, this also works for 3D models and modelItems.