MCPcopy
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

1import cadquery as cq
2
3# X axis line length 20.0
4path = cq.Workplane("XZ").moveTo(-10, 0).lineTo(10, 0)

Callers

nothing calls this directly

Calls 8

lineToMethod · 0.80
moveToMethod · 0.80
workplaneMethod · 0.80
threePointArcMethod · 0.80
sweepMethod · 0.45
circleMethod · 0.45
rectMethod · 0.45
translateMethod · 0.45

Tested by

no test coverage detected