| Parameter | Description |
|---|---|
| size | The full size of the box. |
| radius | The radius to use. |
| inscribe | When true, the specified size will be inclusive of the specified radius. If true, a warning will be produced if the radius is greater-than or equal-to twice the specified size. |
PolygonGeometry The created geometry.
Create a Polygon as a four-sided box.
| Parameter | Description |
|---|---|
| size | The full size of the box. |
| radius | The radius to use. |
| transform | The transform used to specify where the geometry is positioned. |
| inscribe | When true, the specified size will be inclusive of the specified radius. If true, a warning will be produced if the radius is greater-than or equal-to twice the specified size. |
PolygonGeometry The created geometry.
Create a Polygon as a four-sided box.