Modifiers

Transform the surface of shapes.

Surface Modifiers

shape.shell(thickness)   // Make hollow
shape.round(radius)      // Round all edges
shape.onion(thickness)   // Concentric shells
shape.elongate(x, y, z)  // Stretch with flat sections

Deformations

shape.twist(amount)  // Twist around Y axis
shape.bend(amount)   // Bend around Y axis

Repetition

shape.repeat_polar(count)              // Circle around Y
shape.repeat_limited(sx, sy, sz, cx, cy, cz)  // Finite grid