I have a vtkPolyData that is a contour in 2D and I need a way to get any point that is inside that contour.  I can&#39;t use vtkPolyData.GetCenter() because I don&#39;t know anything about the geometry of the contour (could be convex).  Is there a way to do this quickly?<div>
<br></div><div>Thanks.</div>