Dynamic Component with max Len X
-
Hi,
I'd like to create a component that can't be streched more than 240cm but when I resize jumps to weird sizes instead of just not scaling over 240cm width.
LenX =SMALLEST(CURRENT("LenX"),240)
I followed the formula from Sketchup the chapters straight from SketchUp.
https://help.sketchup.com/en/sketchup/creating-dynamic-component-snaps-specific-size
What's going on? Thanks guys!
-
Aparently it's a bug and I'm to use inches only..
-
Hi Lego! I encountered this limitation too! Try to add a *2.54 after LenX. This converts the LenX value (returned in inches) to cm!
Advertisement