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

Function assert_all_valid

tests/test_free_functions.py:93–96  ·  view source on GitHub ↗
(*objs: Shape)

Source from the content-addressed store, hash-verified

91
92
93def assert_all_valid(*objs: Shape):
94
95 for o in objs:
96 assert o.isValid()
97
98
99def vector_equal(v1, v2):

Callers 3

test_capFunction · 0.85
test_sweepFunction · 0.85
test_loftFunction · 0.85

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected