💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
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