Composable that manages persistent DOM overlays for measurement tools.
Listens to measurement-added and measurements-cleared events emitted by
the measurement commands in cad-simple-viewer. All DOM creation lives here,
keeping cad-simple-viewer free of UI logic as required by the project architecture.
Composable that manages persistent DOM overlays for measurement tools.
Listens to
measurement-addedandmeasurements-clearedevents emitted by the measurement commands incad-simple-viewer. All DOM creation lives here, keepingcad-simple-viewerfree of UI logic as required by the project architecture.Call once from
MlCadViewer.vue.