Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ test_torus
Function
test_torus
tests/test_free_functions.py:465–470 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
463
464
465
def
test_torus():
466
467
s = torus(10, 2)
468
469
assert s.isValid()
470
assert s.Volume() == approx(2 * pi ** 2 * 5)
471
472
473
def
test_cone():
Callers
nothing calls this directly
Calls
3
torus
Function · 0.85
isValid
Method · 0.80
Volume
Method · 0.80
Tested by
no test coverage detected