Hello, I’m using a vtkCutter to cut a cross-section from a poly data object using a vtkPlane as the cut function.
The result is a disc-like shape seen below:
I can use vtkMassProperties and get the surface area of this disc but how do I get the circumference?
Failing that, is there a way to only get the outer points of the object as there are points inside the objects that makes normal circumference calculations inaccurate.
Thanks