hit_test
Check whether a given point on the board intersects a specific board item, with optional tolerance for hit testing.
Instructions
Test if a point hits a board item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| x | Yes | ||
| y | Yes | ||
| tolerance_mm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |