Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ Ex024_Sweep_With_Multiple_Sections.py
File
Ex024_Sweep_With_Multiple_Sections.py
examples/Ex024_Sweep_With_Multiple_Sections.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
cadquery
as
cq
2
3
# X axis line length 20.0
4
path = cq.Workplane(
"XZ"
).moveTo(-10, 0).lineTo(10, 0)
Callers
nothing calls this directly
Calls
8
lineTo
Method · 0.80
moveTo
Method · 0.80
workplane
Method · 0.80
threePointArc
Method · 0.80
sweep
Method · 0.45
circle
Method · 0.45
rect
Method · 0.45
translate
Method · 0.45
Tested by
no test coverage detected