gdt_check
Check measured features against GD&T tolerance zones, including position, flatness, straightness, and profile controls. Returns effective zone, margin, and pass/fail for manufacturing validation.
Instructions
Check a measured feature against a GD&T tolerance zone. control: position | flatness | straightness | circularity | cylindricity | perpendicularity | parallelism | angularity | concentricity | runout | total_runout | profile_line | profile_surface. actual is the measured deviation; for position pass offset={x,y} to use the diametral 2*hypot(x,y). mmc_bonus adds bonus tolerance. Returns {control, zone, effective_zone, actual, margin, pass, datum_refs}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| actual | No | ||
| offset | No | ||
| control | Yes | ||
| mmc_bonus | No | ||
| datum_refs | No |