check_assembly_clearances
Verify clearance gaps between mating parts in a 3D printed assembly. Identifies interfaces that meet or violate specified clearance requirements.
Instructions
Check clearances between all mating parts in an assembly.
Returns a list of clearance check results indicating whether
each interface meets its clearance requirements.
Args:
assembly_json: JSON string of the current assembly state.
default_clearance_mm: Default clearance gap in mm to use
when an interface does not specify one (default 0.2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assembly_json | Yes | ||
| default_clearance_mm | No |