Add draft angle arcs for walls and fences

This commit is contained in:
sudhir
2026-05-20 00:41:11 +00:00
committed by open-pascal
parent e009f3658b
commit 6af3a0aa82
2 changed files with 353 additions and 42 deletions
+2
View File
@@ -53,8 +53,10 @@ export {
} from './components/tools/shared/polygon-editor'
export {
formatAngleRadians,
getAngleArcToSegmentReference,
getAngleToSegmentReference,
getSegmentAngleReferenceAtPoint,
type SegmentAngleReference,
} from './components/tools/shared/segment-angle'
// Stair placement defaults — used by the kind-owned stair / stair-segment
// panels. Re-exported from `components/tools/stair/stair-defaults.ts`.