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
The images of the description in #417 should be documented in the git repo itself.
Another thing that could be mentioned is:
If add_face of a CGAL::SurfaceMesh is used, often the vertices need to be reversed, or otherwise the face is not valid and the add_face function returns a CGAL::SurfaceMesh::null_face.
This leads to problems when checking the intersection of two SurfaceMeshes.
The text was updated successfully, but these errors were encountered:
The images of the description in #417 should be documented in the git repo itself.
Another thing that could be mentioned is:
If
add_face
of aCGAL::SurfaceMesh
is used, often the vertices need to be reversed, or otherwise the face is not valid and theadd_face
function returns aCGAL::SurfaceMesh::null_face
.This leads to problems when checking the intersection of two SurfaceMeshes.
The text was updated successfully, but these errors were encountered: