<div dir="ltr"><span style="font-size:12.8px">Hi David & All,</span><div class="gmail_extra" style="font-size:12.8px"><br><div class="gmail_quote"><span class="gmail-im">On 23 November 2016 at 18:21, David E DeMarle wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Read all about it here:<div><a href="https://blog.kitware.com/vtk-7-1-0/" target="_blank">https://blog.kitware.com/vtk-7<wbr>-1-0/</a></div></div></blockquote><div><br></div><div><br></div></span><div>Thank you for the release. I have tried to use the cool feature described here:</div><div><br></div><div><a href="https://blog.kitware.com/rendering-tubes-and-spheres-in-vtk/" target="_blank">https://blog.kitware.com/<wbr>rendering-tubes-and-spheres-<wbr>in-vtk/</a><br></div><div><br></div><div>Using the just released VTK 7.1 and its Python bindings (I'm using VTK through Python). However, when I add these two lines to one of my scripts (property is a vtkProperty):</div><div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0);font-family:"courier new";font-size:9pt">property.SetVertexVisibility(<span style="color:rgb(0,0,255)">1</span><wbr>)<br>property.SetVertexColor(<span style="color:rgb(0,0,255)">0.5</span>, <span style="color:rgb(0,0,255)">1.0</span>, <span style="color:rgb(0,0,255)">0.8</span>)<br></pre></div><div><br></div><div>I get the following:</div><div><br></div><div>AttributeError: 'vtkRenderingOpenGL2Python.<wbr>vtkOpenGLProperty' object has no attribute 'SetVertexVisibility'<br></div><div><br></div><div>Also, doing a dir(vtkProperty) there is no mention of SetVertexVisibility or any other "Vertex" method whatsoever.</div><div><br></div><div>Maybe I am missing something obvious...</div><div><br></div><div>Thank you.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">Andrea.</div><div class="gmail_quote"><br></div></div></div>