Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π« Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
DC - The Switch Function (SET)
-
You know the Delivery Truck in SketchUp Sampler.
The rear can change.
Do you Know how to do that?
No
Well I can give you the way!

- Make a shape that may change i.e. Interchangeable text. Make it a component. Call it set1
- Make a different one in it's place. Call it set2
- Combine them together. Make sure set2 is hidden. Call it set
- On component attributes, set must have the "Show" command on it. Type 1 on the next one
- The script for each component should be
HIDDEN | =IF(set!Show=1,0,1) (1,2,.......N)
ONCLICK | SET("set!show",2) (2,3.....1) Important!! The last one must have 1 or it won't work - Interact and it should change!
Here is an example
Advertisement