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:
Jojain
2021-09-26 12:35:56 +02:00
committed by GitHub
parent 04e3dd9175
commit f19c35c83c
9 changed files with 572 additions and 101 deletions

View File

@ -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)