Last active
December 18, 2018 21:36
-
-
Save francis-bitonti/0951067889c9461d8cfd754c19e4cfe9 to your computer and use it in GitHub Desktop.
Revisions
-
francis-bitonti revised this gist
Dec 18, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ #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) -
francis-bitonti created this gist
Dec 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ mechP.stochasticLatticeStatic(token) final=genysis.marchingCube(MPfilename,700,0.25,"mechOutput",token)