Polygon Roundness

PotterDraw

Polygon Roundness

For polygonal pots, this is the roundness of the polygon's corners. If this value is zero, the polygon has sharp corners. Positive values increase their roundness, up to one, which produces the circumscribed circle. Negative values also increase their roundness, but by shrinking instead of expanding the polygon, down to −1, which produces the inscribed circle. Values outside the range −1 to 1 are clamped. Note that this property has no effect unless Polygon Sides is at least two. This property combines with Polygon Bulge to determine the polygon's shape.

ValueDescription
−1Inscribed circle.
−1 < x < 0Corners get rounder as value decreases; polygon shrinks.
0Sharp corners.
0 < x < 1Corners get rounder as value increases; polygon expands.
1Circumscribed circle.