Danny (Goldstein) Hellstein
Danny (Goldstein) Hellstein
for (i in 0..3) if (i==2){ print "found the if" } else {print "found the else"} print "at the end" This should throw a syntax error
import meshtools import plot import optimize var vertexlist = [[0.5,0.5,0.5], [0.5,1.5,0.5], [1.5,1.5,0.5], [1.5,0.5,0.5], [0.5,0.5,1.5],[0.5,1.5,1.5], [1.5,1.5,1.5], [1.5,0.5,1.5]] var facelist = [[0,3,2,1], [0,4,5,1], [0,3,7,4], [2,3,7,6], [4,5,6,7], [1,2,6,5]] var m = PolyhedronMesh(vertexlist, facelist)...
running povray in quiet mode doesn't silence it, instead it run it in a new process Working on adding minimal example
Compiling the following gives a consistency error ``` import meshtools import constants fn mobius(r = 1, ratio = 0.5) { var L = 2*r*ratio // Separation var m = AreaMesh(fn(u,v)...