align_check
Check alignment between two 3D objects along a specified axis, computing signed distances for flush, center, or clearance modes. Returns JSON with delta and interpretation.
Instructions
Check alignment between two named objects along an axis. axis: X, Y, or Z. mode: flush (signed distance between bbox extremes — positive=A extends further), center (offset between bbox centroids), clearance (gap between nearest faces — positive=apart, negative=overlap). Returns JSON: {delta, axis, mode, object_a, object_b, interpretation}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_a | Yes | ||
| object_b | Yes | ||
| axis | No | Z | |
| mode | No | flush |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |