- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Forum,
I am trying to create a parameter driven square with two parameters (so it can be easily changed later):
- size
- radius of rounded corners (where 0 means "no rounding)
As long as the rounding radius is >0 all is fine.
Square with rounded corners based on parameter
But when the radius gets set to 0, sketch does not update and shows a warning (while it should really be an error as the sketch is wrong)
Expected behavior would be: Radius of 0 => no rounding, i.e. sharp edge.
Corner radius not updating correctly if radius set to zero
Is there any kind of work around to enable such behavior. This is obviously just a very simplified case to demonstrate the issue easily - use cases are much more complex (drive filet existence by parameters)
Solved! Go to Solution.