blender_check_clearance_sweep
Rotates inner object 360° to detect collisions and return worst-case clearance for hinges, joints, and articulating mechanisms.
Instructions
Rotate inner_object through 360° and check clearance at each step. MANDATORY for any joint, hinge, or articulating mechanism.
A hinge that looks fine at 0° may collide at 90°. Returns worst-case clearance and the angle where it occurs. passes=False → the joint WILL fuse during printing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Z | |
| steps | No | ||
| inner_object | Yes | ||
| outer_object | Yes | ||
| min_clearance_mm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |