Is there some existing library with functionality for merging triangles (or other faces) with (essentially) the same angles into single polygonal faces (based on GeometryTypes.jl, for example)? Trying to generate line-drawings using Polyhedra.jl, and as far as I can tell, I can only extract triangular meshes (with CDDLib)…?
(I could implement something myself, of course – either for the merging or for simply locating neighbor vertices, etc. :-))