Rename FilletOrChamfer to EdgeCut (#3383)
* Rename FilletOrChamfer to EdgeCut * Update tests
This commit is contained in:
@ -287,10 +287,8 @@ uuid |
|
||||
{
|
||||
// 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.
|
||||
@ -318,6 +316,8 @@ uuid |
|
||||
},
|
||||
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.
|
||||
@ -661,10 +661,8 @@ uuid |
|
||||
`ExtrudeGroup` - An extrude group is a collection of extrude surfaces.
|
||||
```js
|
||||
{
|
||||
// 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.
|
||||
@ -692,6 +690,8 @@ uuid |
|
||||
},
|
||||
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.
|
||||
@ -735,10 +735,8 @@ uuid |
|
||||
{
|
||||
// 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.
|
||||
@ -766,6 +764,8 @@ uuid |
|
||||
},
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user