Update snapshots
This commit is contained in:
@ -234,22 +234,18 @@ description: Artifact commands scale_after_fillet.kcl
|
||||
"command": {
|
||||
"type": "solid3d_fillet_edge",
|
||||
"object_id": "[uuid]",
|
||||
"edge_id": "[uuid]",
|
||||
"edge_id": null,
|
||||
"edge_ids": [
|
||||
"[uuid]",
|
||||
"[uuid]"
|
||||
],
|
||||
"radius": 0.02,
|
||||
"tolerance": 0.0000001,
|
||||
"cut_type": "fillet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "solid3d_fillet_edge",
|
||||
"object_id": "[uuid]",
|
||||
"edge_id": "[uuid]",
|
||||
"radius": 0.02,
|
||||
"tolerance": 0.0000001,
|
||||
"cut_type": "fillet"
|
||||
"cut_type": "fillet",
|
||||
"strategy": "automatic",
|
||||
"extra_face_ids": [
|
||||
"[uuid]"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -895,10 +891,15 @@ description: Artifact commands scale_after_fillet.kcl
|
||||
"command": {
|
||||
"type": "solid3d_fillet_edge",
|
||||
"object_id": "[uuid]",
|
||||
"edge_id": "[uuid]",
|
||||
"edge_id": null,
|
||||
"edge_ids": [
|
||||
"[uuid]"
|
||||
],
|
||||
"radius": 0.02,
|
||||
"tolerance": 0.0000001,
|
||||
"cut_type": "fillet"
|
||||
"cut_type": "fillet",
|
||||
"strategy": "automatic",
|
||||
"extra_face_ids": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -55,8 +55,7 @@ flowchart LR
|
||||
47["SweepEdge Adjacent"]
|
||||
48["SweepEdge Adjacent"]
|
||||
49["EdgeCut Fillet<br>[456, 522, 0]"]
|
||||
50["EdgeCut Fillet<br>[456, 522, 0]"]
|
||||
51["EdgeCut Fillet<br>[1381, 1440, 0]"]
|
||||
50["EdgeCut Fillet<br>[1381, 1440, 0]"]
|
||||
1 --- 4
|
||||
29 x--> 2
|
||||
31 x--> 3
|
||||
@ -80,7 +79,7 @@ flowchart LR
|
||||
7 x--> 31
|
||||
7 --- 40
|
||||
7 --- 48
|
||||
7 --- 50
|
||||
7 <--x 49
|
||||
8 --- 26
|
||||
8 x--> 29
|
||||
8 --- 36
|
||||
@ -163,6 +162,6 @@ flowchart LR
|
||||
37 <--x 30
|
||||
38 <--x 30
|
||||
39 <--x 30
|
||||
33 <--x 51
|
||||
33 <--x 50
|
||||
40 <--x 49
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user