Last active
December 18, 2018 21:36
-
-
Save francis-bitonti/0951067889c9461d8cfd754c19e4cfe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#generate the lattice (this is a large part and it might take a min or two...) | |
mechP.runStochastic(token) | |
#apply marchingCube function to transform the lattice into a mesh for 3D print. | |
#marchingCube(lines,resolution,memberThickness,filename,token): | |
final=genysis.marchingCube(MPfilename,700,0.25,"mechOutput",token) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment