Square
Generates a closed rectangular path. Adjust the corner radius to morph smoothly between a sharp rectangle and a circle.
Inputs
| Port | Type | Default | Range | Description |
|---|---|---|---|---|
| Scale X | Scalar | 0.5 | 0–1 | Width |
| Scale Y | Scalar | 0.5 | 0–1 | Height |
| Corner Radius | Scalar | 0.0 | 0–0.5 | Rounding amount: 0 is sharp, 0.5 is fully circular |
Outputs
| Port | Type | Description |
|---|---|---|
| Frame | Frame | Closed rectangular path |
Controls
Resolution: Low, Medium, High, or Very High. Higher resolutions matter most when the corner radius is non-zero.
Ideas
- Animate Corner Radius with a slow oscillator for a circle-to-square morphing effect.
- Set different Scale X and Scale Y values for rectangles: wide bars, tall columns.
- Wire into Duplicator with progressive rotation for a rotating square tunnel.
Related
- Circle: when you just need an ellipse
- Polygon: regular polygon with more sides
- Duplicator: copy and rotate for geometric patterns