Hi there, first, thanks for your great contribution to mesh processing. We are frequently using OpenFlipper at our chair for post-processing of STL files. Second, I have a question regarding the export settings. We have the following script: var input = core.loadObject(ScriptPath+"/mesh_v1.stl"); // do stuff core.saveObject(input,ScriptPath+"/mesh_v2.stl"); core.exitApplication(); The generated output is a mesh in ASCII format. Are there any parameters to use binary encoding? Thanks! Best regards, Malte -- Dipl.-Ing. Malte Asseln RWTH Aachen University, Chair of Medical Engineering Helmholtz Institute for Biomedical Engineering Pauwelsstr. 20 Tel: +49 (0) 241 80-23869 D-52074 Aachen Fax: +49 (0) 241 80-22870 Mail: asseln@hia.rwth-aachen.de
On 31.08.2017 15:01, Malte Asseln wrote:
Hi there,
first, thanks for your great contribution to mesh processing. We are frequently using OpenFlipper at our chair for post-processing of STL files.
Second, I have a question regarding the export settings. We have the following script:
var input = core.loadObject(ScriptPath+"/mesh_v1.stl");
// do stuff
core.saveObject(input,ScriptPath+"/mesh_v2.stl"); core.exitApplication();
The generated output is a mesh in ASCII format. Are there any parameters to use binary encoding?
Thanks!
Best regards, Malte
Hi, currently there is no support for the binary encoding via scripting. I added the request to our tracker: https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/Plugin-FileSTL/iss... Should not be too hard to implement. Best, Jan Möbius -- 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)
-
Jan Möbius
-
Malte Asseln