Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -227,6 +227,8 @@ interface ModelStore {
|
||||
clearMeasurements: () => void;
|
||||
removeMeasurement: (id: string) => void;
|
||||
undoLastMeasurement: () => void;
|
||||
/** Register the current HoverInfo (hole diameter or edge length) as a saved measurement. */
|
||||
registerHoverMeasurement: (info: HoverInfo) => void;
|
||||
|
||||
|
||||
compareMode: boolean;
|
||||
|
||||
Reference in New Issue
Block a user