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
Hi, I want to know how to fix the normal or FlipNormals for a polydata.(pseudonormal?)
and I also want to kown how to get all the point id for one edge of the hole edges.(to show all the edge in different color and people can choose which one to fix)
// Find single edge for each hole in mesh
std::vectorMR::EdgeId holeEdges = mesh.topology.findHoleRepresentiveEdges();
The text was updated successfully, but these errors were encountered:
Hi, I want to know how to fix the normal or FlipNormals for a polydata.(pseudonormal?)
and I also want to kown how to get all the point id for one edge of the hole edges.(to show all the edge in different color and people can choose which one to fix)
// Find single edge for each hole in mesh
std::vectorMR::EdgeId holeEdges = mesh.topology.findHoleRepresentiveEdges();
The text was updated successfully, but these errors were encountered: