<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 8.00.6001.19088">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>Is there an easy way to delete points from a mesh.  I read data from PLY file format. 
</p>
<p>I just want to get rid of the faces that use the point.  The current way I'm using is reading the file that's
</p>
<p>in PLY format into a vertices array and a faces array</p>
<p> </p>
<p>and then using pointpicker to pick the point.  And then getting the point.</p>
<p>Then I try to find which point on the mesh was picked.</p>
<p>Then I try to eliminate all the faces that use that point.</p>
<p>Then rewrite the PLY file.</p>
<p>Then read the PLY file back into vtkPLYReader.</p>
<p> </p>
<p>This seems way too much effort.  </p>
<p> </p>
<p>Is there a library I can use that will do this for me?</p>
</div>
</body>
</html>