clearance
Determine the minimum distance (mm) between two named shapes from show(). A result of 0 means they touch or overlap.
Instructions
Return the minimum distance (mm) between two named shapes registered via show(). A result of 0 means the shapes are touching or overlapping — use interference() to check for overlap. object_a, object_b: names from show().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_a | Yes | ||
| object_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |