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:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user