MCPcopy
hub / github.com/CadQuery/cadquery / Ex025_Swept_Helix.py

File Ex025_Swept_Helix.py

examples/Ex025_Swept_Helix.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cadquery as cq
2
3r = 0.5 # Radius of the helix
4p = 0.4 # Pitch of the helix - vertical distance between loops

Callers

nothing calls this directly

Calls 5

makeHelixMethod · 0.80
polylineMethod · 0.80
centerMethod · 0.80
sweepMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected