Merge upstream

This commit is contained in:
Pieter Vander Vennet 2024-01-31 11:37:09 +01:00
parent bc826bebed
commit aa89d4120c
2 changed files with 21 additions and 24 deletions

View file

@ -6,11 +6,14 @@ import { BBox } from "../../BBox"
export interface SnappingOptions {
/**
* If the distance is bigger then this amount, don't snap.
* If the distance to the line is bigger then this amount, don't snap.
* In meter
*/
maxDistance: number
/**
* If set to true, no value will be given if no snapping was made
*/
allowUnsnapped?: false | boolean
/**