Fix auto ceiling height sync

This commit is contained in:
Aymeric Rabot
2026-06-06 23:34:33 -04:00
parent dd0215643b
commit 16e09d778d
4 changed files with 312 additions and 36 deletions
+2
View File
@@ -61,6 +61,7 @@ export {
} from './lib/door-operation'
export { getRenderableSlabPolygon } from './lib/slab-polygon'
export {
type AutoCeilingPlanningContext,
type AutoCeilingSyncPlan,
type AutoSlabSyncPlan,
detectSpacesForLevel,
@@ -69,6 +70,7 @@ export {
pauseSpaceDetection,
planAutoCeilingsForLevel,
planAutoSlabsForLevel,
projectAutoSlabsForPlan,
resumeSpaceDetection,
type Space,
wallTouchesOthers,