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
Detect a Dimmension object without .typename
-
@adamb said:
I end up having to do:
mask = (mask or object.getmask)But now you know you can use
mask = mask || object.getmaskIt saves typing the parentheses... (FWIW)
-
Saves you typing even more if you type
mask ||= object.getmask
Advertisement