KCL: Migrate hole to kwargs (#6382)
Previously: `|> hole(circle(radius = 2, center = p), %)` Now: `|> subtract2d(tool = circle(radius = 2, center = p))`
This commit is contained in:
@ -19,8 +19,8 @@ flowchart LR
|
||||
28[Solid2d]
|
||||
end
|
||||
subgraph path42 [Path]
|
||||
42["Path<br>[4583, 4663, 0]"]
|
||||
43["Segment<br>[4583, 4663, 0]"]
|
||||
42["Path<br>[4593, 4673, 0]"]
|
||||
43["Segment<br>[4593, 4673, 0]"]
|
||||
44[Solid2d]
|
||||
end
|
||||
subgraph path46 [Path]
|
||||
@ -107,10 +107,10 @@ flowchart LR
|
||||
38["SweepEdge Opposite"]
|
||||
39["SweepEdge Opposite"]
|
||||
40["SweepEdge Opposite"]
|
||||
41["Plane<br>[4560, 4577, 0]"]
|
||||
41["Plane<br>[4570, 4587, 0]"]
|
||||
45["Plane<br>[4186, 4206, 0]"]
|
||||
52["Plane<br>[2695, 2715, 0]"]
|
||||
72["Sweep Extrusion<br>[5006, 5048, 0]"]
|
||||
72["Sweep Extrusion<br>[5026, 5068, 0]"]
|
||||
73[Wall]
|
||||
74[Wall]
|
||||
75[Wall]
|
||||
@ -121,8 +121,8 @@ flowchart LR
|
||||
80["SweepEdge Opposite"]
|
||||
81["SweepEdge Opposite"]
|
||||
82["SweepEdge Adjacent"]
|
||||
83["Plane<br>[5542, 5577, 0]"]
|
||||
109["Sweep Extrusion<br>[5660, 5711, 0]"]
|
||||
83["Plane<br>[5562, 5597, 0]"]
|
||||
109["Sweep Extrusion<br>[5680, 5731, 0]"]
|
||||
110[Wall]
|
||||
111[Wall]
|
||||
112[Wall]
|
||||
@ -133,14 +133,14 @@ flowchart LR
|
||||
117["SweepEdge Opposite"]
|
||||
118["SweepEdge Opposite"]
|
||||
119["SweepEdge Adjacent"]
|
||||
120["EdgeCut Fillet<br>[5111, 5450, 0]"]
|
||||
121["EdgeCut Fillet<br>[5111, 5450, 0]"]
|
||||
122["EdgeCut Fillet<br>[5111, 5450, 0]"]
|
||||
123["EdgeCut Fillet<br>[5111, 5450, 0]"]
|
||||
124["EdgeCut Fillet<br>[5775, 6119, 0]"]
|
||||
125["EdgeCut Fillet<br>[5775, 6119, 0]"]
|
||||
126["EdgeCut Fillet<br>[5775, 6119, 0]"]
|
||||
127["EdgeCut Fillet<br>[5775, 6119, 0]"]
|
||||
120["EdgeCut Fillet<br>[5131, 5470, 0]"]
|
||||
121["EdgeCut Fillet<br>[5131, 5470, 0]"]
|
||||
122["EdgeCut Fillet<br>[5131, 5470, 0]"]
|
||||
123["EdgeCut Fillet<br>[5131, 5470, 0]"]
|
||||
124["EdgeCut Fillet<br>[5795, 6139, 0]"]
|
||||
125["EdgeCut Fillet<br>[5795, 6139, 0]"]
|
||||
126["EdgeCut Fillet<br>[5795, 6139, 0]"]
|
||||
127["EdgeCut Fillet<br>[5795, 6139, 0]"]
|
||||
128["StartSketchOnPlane<br>[894, 914, 0]"]
|
||||
129["StartSketchOnPlane<br>[894, 914, 0]"]
|
||||
130["StartSketchOnPlane<br>[4186, 4206, 0]"]
|
||||
|
||||
Reference in New Issue
Block a user