* screenshots and step Signed-off-by: Jess Frazelle <github@jessfraz.com> * automations Signed-off-by: Jess Frazelle <github@jessfraz.com> * add manifest generation Signed-off-by: Jess Frazelle <github@jessfraz.com> * small refactor Signed-off-by: Jess Frazelle <github@jessfraz.com> * update readme Signed-off-by: Jess Frazelle <github@jessfraz.com> * write the readme Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes for comments Signed-off-by: Jess Frazelle <github@jessfraz.com> * derive-docs tests updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * update all the generated artifact commands, since we dont need to clear scene at the start of run so we dont need to recreate all the planes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
708 lines
11 KiB
Plaintext
708 lines
11 KiB
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Artifact commands artifact_graph_example_code1.kcl
|
|
---
|
|
[
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "edge_lines_visible",
|
|
"hidden": false
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "set_scene_units",
|
|
"unit": "mm"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "object_visible",
|
|
"object_id": "[uuid]",
|
|
"hidden": true
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "object_visible",
|
|
"object_id": "[uuid]",
|
|
"hidden": true
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
12,
|
|
31,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "make_plane",
|
|
"origin": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"x_axis": {
|
|
"x": 1.0,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"y_axis": {
|
|
"x": 0.0,
|
|
"y": 1.0,
|
|
"z": 0.0
|
|
},
|
|
"size": 60.0,
|
|
"clobber": false,
|
|
"hide": true
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
37,
|
|
64,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "enable_sketch_mode",
|
|
"entity_id": "[uuid]",
|
|
"ortho": false,
|
|
"animated": false,
|
|
"adjust_camera": false,
|
|
"planar_normal": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 1.0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
37,
|
|
64,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "start_path"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
37,
|
|
64,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "move_path_pen",
|
|
"path": "[uuid]",
|
|
"to": {
|
|
"x": -5.0,
|
|
"y": -5.0,
|
|
"z": 0.0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
70,
|
|
89,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": 0.0,
|
|
"y": 10.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
95,
|
|
131,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": 10.55,
|
|
"y": 0.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
137,
|
|
171,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": 0.0,
|
|
"y": -10.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
177,
|
|
233,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": -5.0,
|
|
"y": -5.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
239,
|
|
246,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "close_path",
|
|
"path_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
239,
|
|
246,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "sketch_mode_disable"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "enable_sketch_mode",
|
|
"entity_id": "[uuid]",
|
|
"ortho": false,
|
|
"animated": false,
|
|
"adjust_camera": false,
|
|
"planar_normal": {
|
|
"x": 0.0,
|
|
"y": 0.0,
|
|
"z": 1.0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extrude",
|
|
"target": "[uuid]",
|
|
"distance": -10.0,
|
|
"faces": null
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "sketch_mode_disable"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "object_bring_to_front",
|
|
"object_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_extrusion_face_info",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
260,
|
|
292,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
298,
|
|
332,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_fillet_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"radius": 5.0,
|
|
"tolerance": 0.0000001,
|
|
"cut_type": "fillet"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
383,
|
|
410,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "enable_sketch_mode",
|
|
"entity_id": "[uuid]",
|
|
"ortho": false,
|
|
"animated": false,
|
|
"adjust_camera": false,
|
|
"planar_normal": null
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
383,
|
|
410,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "start_path"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
383,
|
|
410,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "move_path_pen",
|
|
"path": "[uuid]",
|
|
"to": {
|
|
"x": -2.0,
|
|
"y": -6.0,
|
|
"z": 0.0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
416,
|
|
434,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": 2.0,
|
|
"y": 3.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
440,
|
|
459,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": 2.0,
|
|
"y": -3.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
465,
|
|
521,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extend_path",
|
|
"path": "[uuid]",
|
|
"segment": {
|
|
"type": "line",
|
|
"end": {
|
|
"x": -2.0,
|
|
"y": -6.0,
|
|
"z": 0.0
|
|
},
|
|
"relative": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
527,
|
|
534,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "close_path",
|
|
"path_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "enable_sketch_mode",
|
|
"entity_id": "[uuid]",
|
|
"ortho": false,
|
|
"animated": false,
|
|
"adjust_camera": false,
|
|
"planar_normal": null
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "extrude",
|
|
"target": "[uuid]",
|
|
"distance": 5.0,
|
|
"faces": null
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "sketch_mode_disable"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "object_bring_to_front",
|
|
"object_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_extrusion_face_info",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_opposite_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
},
|
|
{
|
|
"cmdId": "[uuid]",
|
|
"range": [
|
|
548,
|
|
578,
|
|
0
|
|
],
|
|
"command": {
|
|
"type": "solid3d_get_next_adjacent_edge",
|
|
"object_id": "[uuid]",
|
|
"edge_id": "[uuid]",
|
|
"face_id": "[uuid]"
|
|
}
|
|
}
|
|
]
|