Hi, I have a polydata set of points forming a closed loop/spline. How can I compute the area of that loop ? I tried to use vtkMassProperties by either feeding the polydata directly or a vtkSplineFilter including or not vtkTriangleFilter but no luck... Regards.