+ support of export of points to pcd and ply format

This commit is contained in:
wmayer
2016-03-04 14:48:26 +01:00
parent 74a43f23b3
commit a5e6edff87
5 changed files with 495 additions and 5 deletions

View File

@@ -67,9 +67,6 @@ public:
add_varargs_method("insert",&Module::importer,
"insert(string|mesh,[string]) -- Load or insert a mesh into the given or active document."
);
add_varargs_method("insert",&Module::importer,
"insert(string|mesh,[string]) -- Load or insert a mesh into the given or active document."
);
add_varargs_method("export",&Module::exporter,
"export(list,string,[tolerance]) -- Export a list of objects into a single file. tolerance is in mm\n"
"and specifies the maximum acceptable deviation between the specified objects and the exported mesh."