[vtkusers] Missing method for vtkInteractorStyleDrawPolygon?

Robby Aungst robert.aungst at gmail.com
Tue Apr 10 16:36:45 EDT 2018


I'm trying to implement vtkInteractorStyleDrawPolygon in Python and I'm
following the test:
https://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Rendering/Core/Testing/Cxx/TestPolygonSelection.cxx

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?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180410/7d9757c5/attachment.html>


More information about the vtkusers mailing list