https://kitware.github.io/vtk-examples/site/Python/GeometricObjects/Polygon/
I tried to inflate vtkPolygon but not working.
Is vtkPolygon support Inflate or not?
https://kitware.github.io/vtk-examples/site/Python/GeometricObjects/Polygon/
I tried to inflate vtkPolygon but not working.
Is vtkPolygon support Inflate or not?
Hello @RAUMIK_RANA
you may look at the Warp Scalar algorithm: https://vtk.org/doc/nightly/html/classvtkWarpScalar.html#details
Best,