Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
def
_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
39
def
_dxf_arc(el):
Callers
nothing calls this directly
Calls
2
Vector
Class · 0.85
makeCircle
Method · 0.45
Tested by
no test coverage detected