Skip to content

Instantly share code, notes, and snippets.

View tmsmendez's full-sized avatar

Tomas Mendez Echenagucia tmsmendez

  • University of Washington
  • Seattle
View GitHub Profile
import compas
import rhinoscriptsyntax as rs
from compas.datastructures import VolMesh
def draw_volmesh(mesh, layer=None, draw_cells=True):
if layer:
rs.CurrentLayer(layer)