Create Wipeout
entity_create_wipeoutCreate a wipeout from a closed polygon to hide unwanted drawing content behind its outline. Requires at least three points to ensure a non-zero area mask.
Instructions
Create a WIPEOUT that hides drawing content behind its outline.
Refuses fewer than three points: a zero-area mask hides nothing while reporting success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Target layer. Empty uses the current layer. | |
| points | Yes | Closed polygon as [[x, y], ...]; at least 3 points. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||