until extrude/cutblind (#875)
* Move dprism to Mixin3D Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com> Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
This commit is contained in:
@ -54,7 +54,7 @@ class TestCadObjects(BaseTest):
|
||||
|
||||
def testVertex(self):
|
||||
"""
|
||||
Tests basic vertex functions
|
||||
Tests basic vertex functions
|
||||
"""
|
||||
v = Vertex.makeVertex(1, 1, 1)
|
||||
self.assertEqual(1, v.X)
|
||||
|
Reference in New Issue
Block a user