feat(view): implement LIMITS command

Closes #478
This commit is contained in:
Hakan Seven 2026-07-27 16:15:28 +03:00
commit 8018ab1523
15 changed files with 478 additions and 6 deletions

View file

@ -238,6 +238,7 @@ impl OpenCADStudio {
),
origin,
axes,
limits: tab.scene.grid_limits_for_viewport(handle),
}
})
.collect();