* Support calling KCL std KW fns, and move circle to KCL std Signed-off-by: Nick Cameron <nrc@ncameron.org> * Doc comments on parameters Signed-off-by: Nick Cameron <nrc@ncameron.org> * Update grammar Signed-off-by: Nick Cameron <nrc@ncameron.org> * Change use of counterClockWise to ccw Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
		
			
				
	
	
	
		
			422 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			422 B
		
	
	
	
	
	
	
	
flowchart LR
  subgraph path2 [Path]
    2["Path<br>[83, 119, 4]"]
    3["Segment<br>[83, 119, 4]"]
    4[Solid2d]
  end
  1["Plane<br>[60, 77, 4]"]
  5["Sweep Extrusion<br>[125, 145, 4]"]
  6[Wall]
  7["Cap Start"]
  8["Cap End"]
  9["SweepEdge Opposite"]
  10["SweepEdge Adjacent"]
  1 --- 2
  2 --- 3
  2 ---- 5
  2 --- 4
  3 --- 6
  3 --- 9
  3 --- 10
  5 --- 6
  5 --- 7
  5 --- 8
  5 --- 9
  5 --- 10