#! /usr/bin/python3 # Last edited on 2024-07-26 08:28:57 by stolfi # Writing mesh models in the OBJ file format. def write(wro,M): # Writes the mesh structure {M} to file {wro} in the "OBJ" file format. slicing_obj_IMP.write(wro, M)