<div dir="ltr"><div><div>I'm trying to implement vtkInteractorStyleDrawPolygon in Python and I'm following the test: <a href="https://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Rendering/Core/Testing/Cxx/TestPolygonSelection.cxx">https://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Rendering/Core/Testing/Cxx/TestPolygonSelection.cxx</a><br><br></div>But, 
vtkInteractorStyleDrawPolygon 

doesn't have a method for 'GetPolygonPoints' in Python. It's in the header, source and documentation, but python doesn't know about it. Is it because it returns a vtkVector2i? I'm using VTK 8.1. Any ideas?<br><br></div>Thanks! <br></div>