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

Classes and functions for exporting geometry in various formats.

Classes defined in module export

class export.ObjFile(filename)
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.

Functions defined in module export

Documentation

Previous topic

46. dxf

Next topic

48. tetgen — read/write tetgen format files.

This Page