create sketch can rotate to match base planes

This commit is contained in:
Kurt Hutten IrevDev
2022-12-04 15:50:52 +11:00
parent 6f40d9b6b7
commit 5fa2472e0d
4 changed files with 102 additions and 79 deletions

View File

@ -14,7 +14,8 @@ type GuiModes =
mode: 'sketch'
sketchMode: 'points'
axis: 'xy' | 'xz' | 'yz'
id: string
id?: string
pathToNode: (string | number)[]
}
| {
mode: 'sketch'