- Fixed 2d sketch with transfrom
This commit is contained in:
10
meshtest.py
10
meshtest.py
@@ -1,7 +1,5 @@
|
||||
from sdf import *
|
||||
c = box(1).translate((0,0,0.2))
|
||||
f = capped_cylinder(-Z, Z, 0.5)
|
||||
c.orient([0.5, 0.5, 1])
|
||||
c = f - c
|
||||
|
||||
c.save("out.stl")
|
||||
f = box(1).translate((1,1,-0.2))
|
||||
c = hexagon(1).extrude(1).orient([0,0,-1])
|
||||
c = f & c
|
||||
f.save("out.stl")
|
||||
Reference in New Issue
Block a user