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

Function test_wire_makepolygon

tests/test_cad_objects.py:804–805  ·  view source on GitHub ↗
(points, close, expected_edges)

Source from the content-addressed store, hash-verified

802 ],
803)
804def test_wire_makepolygon(points, close, expected_edges):
805 assert len(Wire.makePolygon(points, False, close).Edges()) == expected_edges
806
807
808def test_equality():

Callers

nothing calls this directly

Calls 2

EdgesMethod · 0.80
makePolygonMethod · 0.80

Tested by

no test coverage detected