MCPcopy
hub / github.com/CadQuery/cadquery / _make_circle

Method _make_circle

tests/test_cad_objects.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15class TestCadObjects(BaseTest):
16 def _make_circle(self):
17
18 circle = gp_Circ(gp_Ax2(gp_Pnt(1, 2, 3), gp.DZ_s()), 2.0)
19 return Shape.cast(BRepBuilderAPI_MakeEdge(circle).Edge())
20
21 def _make_ellipse(self):
22

Callers 1

testEdgeWrapperCenterMethod · 0.95

Calls 1

castMethod · 0.80

Tested by

no test coverage detected