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

Function test__shape_to_faces_shells

tests/test_free_functions.py:170–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169
170def test__shape_to_faces_shells():
171
172 # bad weather tests
173 with raises(ValueError):
174 _shape_to_faces_shells(compound(vertex(1, 0, 0), vertex(0, 0, 0)).wrapped)
175
176 with raises(ValueError):
177 _shape_to_faces_shells(vertex(0, 0, 0).wrapped)
178
179
180# %% constructors

Callers

nothing calls this directly

Calls 3

_shape_to_faces_shellsFunction · 0.90
compoundFunction · 0.85
vertexFunction · 0.85

Tested by

no test coverage detected