Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ Ex023_Sweep.py
File
Ex023_Sweep.py
examples/Ex023_Sweep.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
cadquery
as
cq
2
3
# Points we will use to create spline and polyline paths to sweep over
4
pts = [(0, 1), (1, 2), (2, 4)]
Callers
nothing calls this directly
Calls
7
polyline
Method · 0.80
threePointArc
Method · 0.80
spline
Method · 0.45
sweep
Method · 0.45
circle
Method · 0.45
rect
Method · 0.45
translate
Method · 0.45
Tested by
no test coverage detected