MCPcopy
hub / github.com/CadQuery/cadquery / test_periodic_loft

Function test_periodic_loft

tests/test_nurbs.py:320–330  ·  view source on GitHub ↗
(circles, trimmed_circles)

Source from the content-addressed store, hash-verified

318
319
320def test_periodic_loft(circles, trimmed_circles):
321
322 # u,v periodic
323 surf1 = periodicLoft(*circles)
324
325 assert surf1.face().isValid()
326
327 # u periodic
328 surf2 = periodicLoft(*trimmed_circles)
329
330 assert surf2.face().isValid()
331
332
333def test_loft(circles, trimmed_circles):

Callers

nothing calls this directly

Calls 3

periodicLoftFunction · 0.90
isValidMethod · 0.80
faceMethod · 0.45

Tested by

no test coverage detected