MCPcopy
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

1import cadquery as cq
2
3# Points we will use to create spline and polyline paths to sweep over
4pts = [(0, 1), (1, 2), (2, 4)]

Callers

nothing calls this directly

Calls 7

polylineMethod · 0.80
threePointArcMethod · 0.80
splineMethod · 0.45
sweepMethod · 0.45
circleMethod · 0.45
rectMethod · 0.45
translateMethod · 0.45

Tested by

no test coverage detected