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
Evaluate a dynamic attribute in Ruby?
-
Is it possible to evaluate a dynamic attribute from Ruby?
For example, something like the following:foo = '=box!LenY-1.125' foo_val = foo.value -
Yes. Dynamic components store their dynamic attributes in attribute dictionaries on the compopnent (or the definition mayeb). So dig through the attribute dicts to find one from the dynamic comp, and it will have all the values in there.
Chris
Advertisement