blender_measure_clearance
Measure minimum, average, and maximum distance between two mesh objects, detecting intersection and returning closest points for collision and clearance checks.
Instructions
Measure the minimum, average, and maximum distance between two mesh objects. Detects intersection (overlap) and returns the closest point pair. Useful for collision/clearance checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_a | Yes | Name of the first mesh object | |
| object_b | Yes | Name of the second mesh object | |
| sample_count | No | Maximum number of vertices to sample from object_a when computing distances (higher = more accurate, slower) |