Rename addFillet files to addEdgeTreatment (#4644)

* rename

* update references
This commit is contained in:
max
2024-12-03 22:30:02 +01:00
committed by GitHub
parent 1087d4223b
commit 776b420031
4 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ import { getVarNameModal } from 'hooks/useToolbarGuards'
import { err, reportRejection, trap } from 'lib/trap'
import { useCommandsContext } from 'hooks/useCommandsContext'
import { modelingMachineEvent } from 'editor/manager'
import { hasValidEdgeTreatmentSelection } from 'lang/modifyAst/addFillet'
import { hasValidEdgeTreatmentSelection } from 'lang/modifyAst/addEdgeTreatment'
import {
ExportIntent,
EngineConnectionStateType,

View File

@ -18,7 +18,7 @@ import {
FilletParameters,
ChamferParameters,
EdgeTreatmentParameters,
} from './addFillet'
} from './addEdgeTreatment'
import { getNodeFromPath, getNodePathFromSourceRange } from '../queryAst'
import { createLiteral } from 'lang/modifyAst'
import { err } from 'lib/trap'

View File

@ -50,7 +50,7 @@ import {
applyEdgeTreatmentToSelection,
EdgeTreatmentType,
FilletParameters,
} from 'lang/modifyAst/addFillet'
} from 'lang/modifyAst/addEdgeTreatment'
import { getNodeFromPath } from '../lang/queryAst'
import {
applyConstraintEqualAngle,