FOSSIL
FOSSIL copied to clipboard
FOSSIL, FOrtran Stereo (si) Litography parser
Hello Stefano, Hope you are doing well. I Know you moved to CGAL, but fortran lovers are still on your lib ;) Meanwhile trying to get facet areas, I potentially...
Ciao Stefano, I am playing around with FOSSIL and in particular with rotate(matrix=R). It looks like that if I pass a rotation matrix it will rotate around the standard coordiante...
Since STL files are intended to define a 3D surface mesh, many of the vertices will be identical between different facets. Rather than storing the vertex coordinates with each facet,...
Hello Stefano, It looks like you are one of the main fortran library dealer out there! :) I am looking at this library to perform some is_inside operations on STL...
The taste examples in the README suggest that there is an argument `surface=` in `file_stl_object%load_from_file`. However, it does not seem to be the case.
Thanks you for this very useful library. When applying `translate` to the surface, I was surprised that the bounding box did not update despite `recompute_metrix` being true. I found that...
@szaghi Hello! I would like to give a couple of suggestions when checking for clipping: 1. The clip check happens twice - one before allocating and twice after. Instead, maybe...