How to extract the ids of the boundary points of a surface?

My first attempt would be to assign the id’s to a scalar field (to the vertexes) in the original mesh as vtkFeatureEdges is supposed to preserve scalars in the output. This would be a little less awkward, IMO, than performing a spatial search.

1 Like