Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Workplane
Class · 0.85
polyline
Method · 0.80
Closed
Method · 0.80
close
Method · 0.45
val
Method · 0.45
wire
Method · 0.45
Tested by
no test coverage detected