I have a cupola model that I would like to have 3 size options - 2x2, 3x3, and 4x4. I know how to make it component, and how to set the behavior for the scale tool, but can I set it so that the scale can be chosen from a list like you would for a length? Currently, it is roughly 2x2. I would scale it by 1.5 to get 3x3, and scale it by 2 to get 4x4…
Dynamic Cupola.skp (132.6 KB)
Maybe something like this would work for you? I set a custom attribute I called Size and made it so that users can select from a list. Then I added values for the sizes.
For the LenX and LenY attributes, I used the value from the list. The user only sees 2x2, 3x3, or 4x4 as options.
1 Like
Thanks! Works well.
1 Like