From: Ian Jackson Date: Tue, 7 Nov 2017 17:49:23 +0000 (+0000) Subject: FOR DEBUGGING - shows problem X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=a191c280915a0fbc5e1afd0518fba39a727b1dd4;p=moebius3.git FOR DEBUGGING - shows problem Signed-off-by: Ian Jackson --- diff --git a/meshscad b/meshscad index 2f51b15..3372b0a 100755 --- a/meshscad +++ b/meshscad @@ -12,12 +12,12 @@ nomsize = 30; wire = 2.000; # number of wires -kv = 24 -kw = 16 +kv = 7 +kw = 4 # resolution -nv = 80 -nw = 80 +nv = 7 +nw = 20 ns = 4 # around tube, should be even nv += -nv % kv @@ -70,9 +70,9 @@ def make_moebius(objname): #print('VWS',v,w,s, sigmas, file=sys.stderr) if not w % each_w: extents[w % nw].quad([ cnr for cnr in qc(v,w,sigmas,False) ]) - if not v % each_v and w < nw: + if False and not v % each_v and w < nw: travers[v].rquad([ cnr for cnr in qc(v,w,sigmas,True) ]) - if not v % each_v: + if False and not v % each_v: for w in 0, nw: p, norm, extt, trav = m.details(v, w) cnrs = points_round_wire(p, norm, extt, calc_sigmas(range(0,ns)))