Rename FilletOrChamfer to EdgeCut (#3383)

* Rename FilletOrChamfer to EdgeCut

* Update tests
This commit is contained in:
Adam Chalmers
2024-08-12 17:56:45 -05:00
committed by GitHub
parent 6f1d7138c0
commit 997f60e1e5
46 changed files with 938 additions and 943 deletions

View File

@ -161,10 +161,8 @@ const a1 = startSketchOn({
},
} |
{
// The id of the extrusion end cap
endCapId: uuid,
// Chamfers or fillets on this extrude group.
filletOrChamfers: [{
edgeCuts: [{
// The engine id of the edge to fillet.
edgeId: uuid,
// The id of the engine command that called this fillet.
@ -192,6 +190,8 @@ const a1 = startSketchOn({
},
type: "chamfer",
}],
// The id of the extrusion end cap
endCapId: uuid,
// The height of the extrude group.
height: number,
// The id of the extrude group.
@ -577,10 +577,8 @@ const a1 = startSketchOn({
{
// The extrude group the face is on.
extrudeGroup: {
// The id of the extrusion end cap
endCapId: uuid,
// Chamfers or fillets on this extrude group.
filletOrChamfers: [{
edgeCuts: [{
// The engine id of the edge to fillet.
edgeId: uuid,
// The id of the engine command that called this fillet.
@ -608,6 +606,8 @@ const a1 = startSketchOn({
},
type: "chamfer",
}],
// The id of the extrusion end cap
endCapId: uuid,
// The height of the extrude group.
height: number,
// The id of the extrude group.