Classes defined in module export
Export a mesh in OBJ format.
This class exports a mesh in Wavefront OBJ format (see http://en.wikipedia.org/wiki/Wavefront_.obj_file).
Usage:
fil = ObjFile(PATH_TO_OBJFILE)
fil.write(MESH)
fil.close()
Write a mesh to file in .obj format.
mesh is a Mesh instance or another object having compatible coords and elems attributes.
Functions defined in module export