MCPcopy
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
486def plane_face():
487
488 return plane(1, 1).toNURBS()
489
490
491FACES = ("torus_face", "plane_face")

Callers

nothing calls this directly

Calls 2

planeFunction · 0.85
toNURBSMethod · 0.80

Tested by

no test coverage detected