Rectangle

Generates a rectangle shape with the chosen width and height. It may also have rounded corners if desired.

Interface

Inputs

ParameterDetailsPossible Types
-No Primary Input-
Width

Default: 100 px

f64
Height

Default: 100 px

f64
Corner Radius

Default: 0

[f64; 4]
f64
Clamped

Default: true

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Vector>