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't use vtkPolyData.GetCenter() because I don'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>