Function status = wobj_combine_simplify(fns_in,fn_out)
status = wobj_combine_simplify(fns_in,fn_out,v)
status = wobj_combine_simplify(fns_in,colournames,fn_out)
status = wobj_combine_simplify(fns_in,colournames,fn_out,v)
reads one or more .obj files and writes them combined
and simplified into an other .obj file. An .obj file
is a three-dimensional geometry definition file format
first developed by Wavefront Technologies.
The function is a wrapper for the perl script
"wobj_combine.simplify.pl", which must be somewhere in
the current directory or the Octave load path.
See into that perl script for more information.
The input variables fns_in an fn_out are strings.
Input variable v is a scalar, either 0 or 1. It holds
the output verbosity level; at default, the value 0
is given as an input argument to the perl script.
The output status equals zero if the perl script has
been succesful.
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-geometry-obj" under GNU GPLv3+