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