Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_face_paramAt
Function
test_face_paramAt
tests/test_shapes.py:76–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
test_face_paramAt():
77
78
f = plane(1, 1)
79
80
u, v = f.paramAt((0.5, 0))
81
82
assert u == approx(0.5)
83
assert v == approx(0.0)
84
85
86
def
test_face_params():
Callers
nothing calls this directly
Calls
2
plane
Function · 0.90
paramAt
Method · 0.45
Tested by
no test coverage detected