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

Function _dxf_circle

cadquery/occ_impl/importers/dxf.py:31–36  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

29
30
31def _dxf_circle(el):
32
33 try:
34 return (Edge.makeCircle(el.dxf.radius, Vector(el.dxf.center.xyz)),)
35 except Exception:
36 return ()
37
38
39def _dxf_arc(el):

Callers

nothing calls this directly

Calls 2

VectorClass · 0.85
makeCircleMethod · 0.45

Tested by

no test coverage detected