Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ plane_face
Function
plane_face
tests/test_nurbs.py:486–488 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
484
485
@fixture
486
def
plane_face():
487
488
return
plane(1, 1).toNURBS()
489
490
491
FACES = (
"torus_face"
,
"plane_face"
)
Callers
nothing calls this directly
Calls
2
plane
Function · 0.85
toNURBS
Method · 0.80
Tested by
no test coverage detected