AST mod for Multi-Edge Fillets (#3724)

* test

* test + selection loop

* wipe as

* multi body multi fillet test

* make eslint happy again

* as fatality

* Revert "make eslint happy again"

This reverts commit 21a966b9b0.

* lint error fix
This commit is contained in:
max
2024-09-12 21:45:26 +02:00
committed by GitHub
parent 88216d4c76
commit 472eb2bafe
3 changed files with 250 additions and 44 deletions

View File

@ -602,10 +602,12 @@ export const modelingMachine = setup({
if (!event.data) return
// Extract inputs
const ast = kclManager.ast
const { selection, radius } = event.data
// Apply fillet to selection
const applyFilletToSelectionResult = applyFilletToSelection(
ast,
selection,
radius
)