[vtkusers] Diagnostic of Geometric errors in a Mesh(.stl etc)

Cory Quammen cory.quammen at kitware.com
Fri Jun 8 09:03:32 EDT 2018


You can use vtkFeatureEdges [1] to identify edges that a non-manifold.
Nothing I know of does self-intersection tests, but you could may do
this yourself with vtkTriangle::TrianglesIntersect() [2].

I'm not aware of anything that will fix these situations automatically.

HTH,
Cory

[1] https://www.vtk.org/doc/nightly/html/classvtkFeatureEdges.html
[2] https://www.vtk.org/doc/nightly/html/classvtkTriangle.html#a26cd88fc3c83b075f84387ef0eef98b9



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the vtkusers mailing list