#include <export_dxf.h>
Static Public Member Functions | |
static const char * | ErrorMsg (int error) |
Standard call for knowing the meaning of an error code. | |
static int | Save (SaveMeshType &m, const char *filename) |
Standard call for saving a mesh. |
This class encapsulate a filter for save dxf meshes.
Definition at line 39 of file io_trimesh/export_dxf.h.
static const char* vcg::tri::io::ExporterDXF< SaveMeshType >::ErrorMsg | ( | int | error | ) | [inline, static] |
Standard call for knowing the meaning of an error code.
Definition at line 88 of file io_trimesh/export_dxf.h.
static int vcg::tri::io::ExporterDXF< SaveMeshType >::Save | ( | SaveMeshType & | m, | |
const char * | filename | |||
) | [inline, static] |
Standard call for saving a mesh.
Definition at line 43 of file io_trimesh/export_dxf.h.