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

Method test_close_3D_points

tests/test_cadquery.py:5276–5278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5274 self.assertTrue(w1 is w2)
5275
5276 def test_close_3D_points(self):
5277 r = Workplane().polyline([(0, 0, 10), (5, 0, 12), (0, 5, 10),]).close()
5278 assert r.wire().val().Closed()
5279
5280 def testSplitShape(self):
5281 """

Callers

nothing calls this directly

Calls 6

WorkplaneClass · 0.85
polylineMethod · 0.80
ClosedMethod · 0.80
closeMethod · 0.45
valMethod · 0.45
wireMethod · 0.45

Tested by

no test coverage detected