Create Wipeout
entity_create_wipeoutCreate a wipeout mask to hide drawing content behind a closed polygon outline. Requires at least three points.
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 | |||