check_assembly_clearances
Check clearance gaps between mating parts in an assembly. Provide assembly JSON and an optional default clearance in mm to verify each interface meets its required clearance.
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 |