On 23.01.2015 10:38, Felicia Uhl wrote:
Hi, I am looking for an easy way to call OpenFlipper in batch mode. What i would like to do is call OpenFlipper provide an input stl file , apply a filter script and save the output to another stl file. Is there any possibility to do so?
Best regards, Feli
_______________________________________________ Openflipper mailing list Openflipper@lists.rwth-aachen.de http://mailman.rwth-aachen.de/mailman/listinfo/openflipper
Hi, you can start OpenFlipper with the -b option and provide a script on the command line as well. The script can load the file, process it and than save it. You might look into the Smoother plugin tests folder. It loads the input file and a reference mesh, then calls the smoother and the meshcompare plugin. Just add a saveObject call to the script and remove the printing/meshcompare sections and provide that script on the command line. Best, Jan -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Felicia Uhl
-
Jan Möbius