KCL tests: Update engine API snapshot (#4784)

When engine merged their big extrude ID bugfix,
they changed the response for extrudes on face.

Basically there's no longer a start face for
something you extrude from a face, because there
just isn't. There's a hole in a previous face,
it's just a gap.

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
Adam Chalmers
2024-12-13 11:24:29 -06:00
committed by GitHub
parent ac60082e67
commit a32f150fc1
8 changed files with 20 additions and 30 deletions

View File

@ -3260,7 +3260,7 @@ snapshot_kind: text
]
},
"height": 100.0,
"startCapId": "[uuid]",
"startCapId": null,
"endCapId": "[uuid]",
"edgeCuts": [
{
@ -3872,7 +3872,7 @@ snapshot_kind: text
]
},
"height": 100.0,
"startCapId": "[uuid]",
"startCapId": null,
"endCapId": "[uuid]",
"edgeCuts": [
{

View File

@ -1,6 +1,5 @@
---
source: kcl/src/simulation_tests.rs
assertion_line: 105
description: Program memory after executing sketch-on-chamfer-two-times-different-order.kcl
snapshot_kind: text
---
@ -1584,7 +1583,7 @@ snapshot_kind: text
]
},
"height": 50.0,
"startCapId": "[uuid]",
"startCapId": null,
"endCapId": "[uuid]",
"__meta": [
{

View File

@ -1,6 +1,5 @@
---
source: kcl/src/simulation_tests.rs
assertion_line: 105
description: Program memory after executing sketch-on-chamfer-two-times.kcl
snapshot_kind: text
---
@ -1584,7 +1583,7 @@ snapshot_kind: text
]
},
"height": 50.0,
"startCapId": "[uuid]",
"startCapId": null,
"endCapId": "[uuid]",
"__meta": [
{

View File

@ -1,6 +1,5 @@
---
source: kcl/src/simulation_tests.rs
assertion_line: 92
description: Program memory after executing sketch_on_face_after_fillets_referencing_face.kcl
snapshot_kind: text
---
@ -1506,7 +1505,7 @@ snapshot_kind: text
]
},
"height": 10.0,
"startCapId": "[uuid]",
"startCapId": null,
"endCapId": "[uuid]",
"__meta": [
{