Declare std::offsetPlane in KCL (#6344)
* Declare std::offsetPlane in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> * Use two axes to define planes in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -151,14 +151,6 @@ description: Variables in memory after executing sketch_on_face_end.kcl
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "zAxis": {
 | 
			
		||||
            "x": 0.0,
 | 
			
		||||
            "y": 0.0,
 | 
			
		||||
            "z": 1.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "start": {
 | 
			
		||||
@ -332,14 +324,6 @@ description: Variables in memory after executing sketch_on_face_end.kcl
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "zAxis": {
 | 
			
		||||
            "x": 0.0,
 | 
			
		||||
            "y": 0.0,
 | 
			
		||||
            "z": 1.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "solid": {
 | 
			
		||||
            "type": "Solid",
 | 
			
		||||
            "id": "[uuid]",
 | 
			
		||||
@ -483,14 +467,6 @@ description: Variables in memory after executing sketch_on_face_end.kcl
 | 
			
		||||
                  "units": {
 | 
			
		||||
                    "type": "Mm"
 | 
			
		||||
                  }
 | 
			
		||||
                },
 | 
			
		||||
                "zAxis": {
 | 
			
		||||
                  "x": 0.0,
 | 
			
		||||
                  "y": 0.0,
 | 
			
		||||
                  "z": 1.0,
 | 
			
		||||
                  "units": {
 | 
			
		||||
                    "type": "Mm"
 | 
			
		||||
                  }
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
              "start": {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user