46. export — Classes and functions for exporting geometry in various formats.

Classes and functions for exporting geometry in various formats.

class export.ObjFile(filename)

ObjFile objects have the following methods:

write(mesh, name=None)

Write a mesh to file in .obj format.

mesh is a Mesh instance or another object having compatible coords and elems attributes.

close()

Documentation

Previous topic

45. dxf

Next topic

47. tetgen — read/write tetgen format files.

This Page