basic_proto
This commit is contained in:
8
meshtest.py
Normal file
8
meshtest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from sdf import *
|
||||
|
||||
f = sphere(1) & box(0.9)
|
||||
|
||||
c = cylinder(0.3)
|
||||
f -= c.orient(X) | c.orient(Y) | c.orient(Z)
|
||||
stl_object = None
|
||||
f.save("out.stl", step=0.05)
|
||||
Reference in New Issue
Block a user