KCL: Convert x/y lines to use keyword arguments (#5615)
Previously, `xLine`, `xLineTo`, `yLine` and `yLineTo` used positional arguments. Now: - `xLineTo` and `yLineTo` have been removed - `xLine` and `yLine` both use keyword arguments: - `length`, optional (i.e. a relative distance along the X or Y axis) - `endAbsolute` optional (i.e. an absolute point along the X or Y axis) - `tag` optional - Exactly one of `length` or `endAbsolute` must be given. Not both, not neither. For example: ``` // Old way |> xLine(6.04, %) |> yLineTo(20, %, $base) // New way |> xLine(length = 6.04) |> yLine(endAbsolute = 20, tag = $base) ``` This also improves some of the general-purpose keyword arguments code in modeling app's TS codebase.
This commit is contained in:
@ -56,8 +56,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1111,
|
||||
1151,
|
||||
1123,
|
||||
1163,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -85,8 +85,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1111,
|
||||
1151,
|
||||
1123,
|
||||
1163,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -152,7 +152,7 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
831,
|
||||
847,
|
||||
853,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -172,8 +172,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
855,
|
||||
914,
|
||||
861,
|
||||
920,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -193,8 +193,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
922,
|
||||
943,
|
||||
928,
|
||||
955,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -214,8 +214,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
951,
|
||||
1010,
|
||||
963,
|
||||
1022,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -235,8 +235,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1018,
|
||||
1025,
|
||||
1030,
|
||||
1037,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -247,8 +247,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1018,
|
||||
1025,
|
||||
1030,
|
||||
1037,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -258,8 +258,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -278,8 +278,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -292,8 +292,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -303,8 +303,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -315,8 +315,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -328,8 +328,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -342,8 +342,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -356,8 +356,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -370,8 +370,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -384,8 +384,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -398,8 +398,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -412,8 +412,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -426,8 +426,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -440,8 +440,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -454,8 +454,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -468,8 +468,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1269,
|
||||
1432,
|
||||
1281,
|
||||
1444,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -493,8 +493,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1655,
|
||||
1695,
|
||||
1667,
|
||||
1707,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -522,8 +522,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1655,
|
||||
1695,
|
||||
1667,
|
||||
1707,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -589,7 +589,7 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
831,
|
||||
847,
|
||||
853,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -609,8 +609,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
855,
|
||||
914,
|
||||
861,
|
||||
920,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -630,8 +630,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
922,
|
||||
943,
|
||||
928,
|
||||
955,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -651,8 +651,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
951,
|
||||
1010,
|
||||
963,
|
||||
1022,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -672,8 +672,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1018,
|
||||
1025,
|
||||
1030,
|
||||
1037,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -684,8 +684,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1018,
|
||||
1025,
|
||||
1030,
|
||||
1037,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -695,8 +695,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -723,8 +723,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -735,8 +735,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -748,8 +748,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -762,8 +762,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -776,8 +776,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -790,8 +790,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -804,8 +804,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -818,8 +818,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -832,8 +832,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -846,8 +846,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -860,8 +860,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -874,8 +874,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -888,8 +888,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1742,
|
||||
1907,
|
||||
1754,
|
||||
1919,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -913,8 +913,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1970,
|
||||
2100,
|
||||
1982,
|
||||
2112,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -957,8 +957,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1970,
|
||||
2100,
|
||||
1982,
|
||||
2112,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1001,8 +1001,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1970,
|
||||
2100,
|
||||
1982,
|
||||
2112,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1045,8 +1045,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
1970,
|
||||
2100,
|
||||
1982,
|
||||
2112,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1089,8 +1089,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1162,8 +1162,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1235,8 +1235,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1308,8 +1308,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1381,8 +1381,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1454,8 +1454,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1527,8 +1527,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1600,8 +1600,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1673,8 +1673,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2309,
|
||||
2441,
|
||||
2321,
|
||||
2453,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1717,8 +1717,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2309,
|
||||
2441,
|
||||
2321,
|
||||
2453,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1761,8 +1761,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2309,
|
||||
2441,
|
||||
2321,
|
||||
2453,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1805,8 +1805,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2309,
|
||||
2441,
|
||||
2321,
|
||||
2453,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1849,8 +1849,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1922,8 +1922,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -1995,8 +1995,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -2068,8 +2068,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -2141,8 +2141,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -2214,8 +2214,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -2287,8 +2287,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
@ -2360,8 +2360,8 @@ description: Artifact commands gridfinity-baseplate.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"command": {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
source: kcl/src/simulation_tests.rs
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Artifact graph flowchart gridfinity-baseplate.kcl
|
||||
extension: md
|
||||
snapshot_kind: binary
|
||||
|
||||
@ -2,24 +2,24 @@
|
||||
flowchart LR
|
||||
subgraph path2 [Path]
|
||||
2["Path<br>[798, 823, 0]"]
|
||||
3["Segment<br>[831, 847, 0]"]
|
||||
4["Segment<br>[855, 914, 0]"]
|
||||
5["Segment<br>[922, 943, 0]"]
|
||||
6["Segment<br>[951, 1010, 0]"]
|
||||
7["Segment<br>[1018, 1025, 0]"]
|
||||
3["Segment<br>[831, 853, 0]"]
|
||||
4["Segment<br>[861, 920, 0]"]
|
||||
5["Segment<br>[928, 955, 0]"]
|
||||
6["Segment<br>[963, 1022, 0]"]
|
||||
7["Segment<br>[1030, 1037, 0]"]
|
||||
8[Solid2d]
|
||||
end
|
||||
subgraph path28 [Path]
|
||||
28["Path<br>[798, 823, 0]"]
|
||||
29["Segment<br>[831, 847, 0]"]
|
||||
30["Segment<br>[855, 914, 0]"]
|
||||
31["Segment<br>[922, 943, 0]"]
|
||||
32["Segment<br>[951, 1010, 0]"]
|
||||
33["Segment<br>[1018, 1025, 0]"]
|
||||
29["Segment<br>[831, 853, 0]"]
|
||||
30["Segment<br>[861, 920, 0]"]
|
||||
31["Segment<br>[928, 955, 0]"]
|
||||
32["Segment<br>[963, 1022, 0]"]
|
||||
33["Segment<br>[1030, 1037, 0]"]
|
||||
34[Solid2d]
|
||||
end
|
||||
1["Plane<br>[1111, 1151, 0]"]
|
||||
9["Sweep Extrusion<br>[1098, 1194, 0]"]
|
||||
1["Plane<br>[1123, 1163, 0]"]
|
||||
9["Sweep Extrusion<br>[1110, 1206, 0]"]
|
||||
10[Wall]
|
||||
11[Wall]
|
||||
12[Wall]
|
||||
@ -37,8 +37,8 @@ flowchart LR
|
||||
24["SweepEdge Adjacent"]
|
||||
25["SweepEdge Opposite"]
|
||||
26["SweepEdge Adjacent"]
|
||||
27["Plane<br>[1655, 1695, 0]"]
|
||||
35["Sweep Revolve<br>[1609, 1697, 0]"]
|
||||
27["Plane<br>[1667, 1707, 0]"]
|
||||
35["Sweep Revolve<br>[1621, 1709, 0]"]
|
||||
36[Wall]
|
||||
37[Wall]
|
||||
38[Wall]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
---
|
||||
source: kcl/src/simulation_tests.rs
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Operations executed gridfinity-baseplate.kcl
|
||||
---
|
||||
[
|
||||
@ -20,16 +20,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1138,
|
||||
1150,
|
||||
1162,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "offsetPlane",
|
||||
"sourceRange": [
|
||||
1111,
|
||||
1151,
|
||||
1123,
|
||||
1163,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -39,8 +39,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"value": "YZ"
|
||||
},
|
||||
"sourceRange": [
|
||||
1123,
|
||||
1127,
|
||||
1135,
|
||||
1139,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -50,14 +50,14 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"name": "face",
|
||||
"functionSourceRange": [
|
||||
745,
|
||||
1047,
|
||||
1059,
|
||||
0
|
||||
],
|
||||
"unlabeledArg": null,
|
||||
"labeledArgs": {},
|
||||
"sourceRange": [
|
||||
1106,
|
||||
1152,
|
||||
1118,
|
||||
1164,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -98,16 +98,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1163,
|
||||
1192,
|
||||
1175,
|
||||
1204,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "extrude",
|
||||
"sourceRange": [
|
||||
1098,
|
||||
1194,
|
||||
1110,
|
||||
1206,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -119,8 +119,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1106,
|
||||
1152,
|
||||
1118,
|
||||
1164,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -142,8 +142,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1317,
|
||||
1320,
|
||||
1329,
|
||||
1332,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -193,8 +193,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
1331,
|
||||
1340,
|
||||
1343,
|
||||
1352,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -232,8 +232,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
1353,
|
||||
1386,
|
||||
1365,
|
||||
1398,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -252,8 +252,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1402,
|
||||
1403,
|
||||
1414,
|
||||
1415,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -263,16 +263,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"value": true
|
||||
},
|
||||
"sourceRange": [
|
||||
1426,
|
||||
1430,
|
||||
1438,
|
||||
1442,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternCircular3d",
|
||||
"sourceRange": [
|
||||
1269,
|
||||
1432,
|
||||
1281,
|
||||
1444,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -284,8 +284,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1290,
|
||||
1300,
|
||||
1302,
|
||||
1312,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -307,16 +307,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1682,
|
||||
1694,
|
||||
1706,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "offsetPlane",
|
||||
"sourceRange": [
|
||||
1655,
|
||||
1695,
|
||||
1667,
|
||||
1707,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -326,8 +326,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"value": "YZ"
|
||||
},
|
||||
"sourceRange": [
|
||||
1667,
|
||||
1671,
|
||||
1679,
|
||||
1683,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -337,14 +337,14 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"name": "face",
|
||||
"functionSourceRange": [
|
||||
745,
|
||||
1047,
|
||||
1059,
|
||||
0
|
||||
],
|
||||
"unlabeledArg": null,
|
||||
"labeledArgs": {},
|
||||
"sourceRange": [
|
||||
1650,
|
||||
1696,
|
||||
1662,
|
||||
1708,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -468,8 +468,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1617,
|
||||
1648,
|
||||
1629,
|
||||
1660,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -481,16 +481,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1650,
|
||||
1696,
|
||||
1662,
|
||||
1708,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "revolve",
|
||||
"sourceRange": [
|
||||
1609,
|
||||
1697,
|
||||
1621,
|
||||
1709,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -513,8 +513,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1792,
|
||||
1795,
|
||||
1804,
|
||||
1807,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -564,8 +564,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
1806,
|
||||
1815,
|
||||
1818,
|
||||
1827,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -603,8 +603,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
1828,
|
||||
1861,
|
||||
1840,
|
||||
1873,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -623,8 +623,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1877,
|
||||
1878,
|
||||
1889,
|
||||
1890,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -634,16 +634,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
"value": true
|
||||
},
|
||||
"sourceRange": [
|
||||
1901,
|
||||
1905,
|
||||
1913,
|
||||
1917,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternCircular3d",
|
||||
"sourceRange": [
|
||||
1742,
|
||||
1907,
|
||||
1754,
|
||||
1919,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -655,8 +655,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
1763,
|
||||
1775,
|
||||
1787,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -709,8 +709,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
2015,
|
||||
2030,
|
||||
2027,
|
||||
2042,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -729,8 +729,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2084,
|
||||
2093,
|
||||
2096,
|
||||
2105,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -749,16 +749,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2051,
|
||||
2064,
|
||||
2063,
|
||||
2076,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternLinear3d",
|
||||
"sourceRange": [
|
||||
1970,
|
||||
2100,
|
||||
1982,
|
||||
2112,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -781,8 +781,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
1994,
|
||||
1999,
|
||||
2006,
|
||||
2011,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -835,8 +835,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
2137,
|
||||
2152,
|
||||
2149,
|
||||
2164,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -855,8 +855,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2207,
|
||||
2216,
|
||||
2219,
|
||||
2228,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -875,16 +875,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2173,
|
||||
2187,
|
||||
2185,
|
||||
2199,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternLinear3d",
|
||||
"sourceRange": [
|
||||
2106,
|
||||
2223,
|
||||
2118,
|
||||
2235,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -973,8 +973,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
2356,
|
||||
2371,
|
||||
2368,
|
||||
2383,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -993,8 +993,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2425,
|
||||
2434,
|
||||
2437,
|
||||
2446,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -1013,16 +1013,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2392,
|
||||
2405,
|
||||
2404,
|
||||
2417,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternLinear3d",
|
||||
"sourceRange": [
|
||||
2309,
|
||||
2441,
|
||||
2321,
|
||||
2453,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
@ -1045,8 +1045,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
2333,
|
||||
2340,
|
||||
2345,
|
||||
2352,
|
||||
0
|
||||
]
|
||||
}
|
||||
@ -1099,8 +1099,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
]
|
||||
},
|
||||
"sourceRange": [
|
||||
2478,
|
||||
2493,
|
||||
2490,
|
||||
2505,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -1119,8 +1119,8 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2548,
|
||||
2557,
|
||||
2560,
|
||||
2569,
|
||||
0
|
||||
]
|
||||
},
|
||||
@ -1139,16 +1139,16 @@ description: Operations executed gridfinity-baseplate.kcl
|
||||
}
|
||||
},
|
||||
"sourceRange": [
|
||||
2514,
|
||||
2528,
|
||||
2526,
|
||||
2540,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "patternLinear3d",
|
||||
"sourceRange": [
|
||||
2447,
|
||||
2564,
|
||||
2459,
|
||||
2576,
|
||||
0
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user