MCPcopy
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
76def 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
86def test_face_params():

Callers

nothing calls this directly

Calls 2

planeFunction · 0.90
paramAtMethod · 0.45

Tested by

no test coverage detected