Python wrapper for running instances of trisurf-ng
Samo Penic
2017-09-17 a4f8eb21f85326596a491b39e0330882ee8017f0
trisurf/VTKRendering.py
@@ -4,7 +4,7 @@
   from vtk import *
except:
   print("Vtk rendering works if you manually install vtk7 for python3")
   exit(1)
#   exit(1)
class MultiRender:
   def __init__(self,args,host):