You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I have came across the problem of finding the intersection faces of two triangle meshes. And I found a undocumented function called compute_face_face_intersection in the Polygon_mesh_processing from CGAL.
Is it possible that we can have a python API for that function? It would be very nice!!!
The text was updated successfully, but these errors were encountered:
Dear developers,
Recently, I have came across the problem of finding the intersection faces of two triangle meshes. And I found a undocumented function called
compute_face_face_intersection
in thePolygon_mesh_processing
from CGAL.Is it possible that we can have a python API for that function? It would be very nice!!!
The text was updated successfully, but these errors were encountered: