Anchor the scene to metres
scene_anchorCalibrate a scan by defining two world points and their real distance in meters to unlock metric measurements for navigation and export.
Instructions
Metric-anchor calibration (POST /anchor): two picked world points + their real distance in metres. Non-destructive (writes NEW derived/anchor/* artifacts + the derived_latest pointer) and it is what unlocks units:"m" for measure/nav/export. materialize:"job" returns 202 with a job_id to poll via workspace_job_wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_a | Yes | ||
| point_b | Yes | ||
| scan_id | Yes | ||
| distance_m | Yes | ||
| materialize | No | job |