[vtkusers] announce: 7.1.0 is cooked, out of the oven, and ready for carving

Ken Martin ken.martin at kitware.com
Thu Nov 24 10:29:42 EST 2016


You read it correctly, :-) I ***think***  the ability to render points as
spheres and lines as tubes is in there but what didn't make it is the
ability to render the vertices (i.e. the points used by the cells.).  But
if you turn on RenderPointsAsSpheres, SetPointSize and
SetRepresentationToPoints I think you will get spheres, it is just not as
nice an option as rendering a unique list of points referenced by the cells
which is what the VertexVisibility does. It just unfortunately was
developed right as the release process was going on.



On Thu, Nov 24, 2016 at 8:38 AM, Andrea Gavana <andrea.gavana at gmail.com>
wrote:

> Hi David & All,
>
>
> On 24 November 2016 at 13:46, Ken Martin <ken.martin at kitware.com> wrote:
>
>> That feature was added after the 7.1 release process was well along so it
>> probably did not make it into the 7.1 release.
>>
>>
>
> Ah, OK, thank you for the clarification. I must have misread the
> "RENDERING" section of the announcement in the VTK blog then.
>
> Andrea.
>
>
>
>
>> On Thu, Nov 24, 2016 at 3:18 AM, Andrea Gavana <andrea.gavana at gmail.com>
>> wrote:
>>
>>> Hi David & All,
>>>
>>> On 23 November 2016 at 18:21, David E DeMarle wrote:
>>>
>>>> Read all about it here:
>>>> https://blog.kitware.com/vtk-7-1-0/
>>>>
>>>
>>>
>>> Thank you for the release. I have tried to use the cool feature
>>> described here:
>>>
>>> https://blog.kitware.com/rendering-tubes-and-spheres-in-vtk/
>>>
>>> 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):
>>>
>>> property.SetVertexVisibility(1)
>>> property.SetVertexColor(0.5, 1.0, 0.8)
>>>
>>>
>>> I get the following:
>>>
>>> AttributeError: 'vtkRenderingOpenGL2Python.vtkOpenGLProperty' object
>>> has no attribute 'SetVertexVisibility'
>>>
>>> Also, doing a dir(vtkProperty) there is no mention of
>>> SetVertexVisibility or any other "Vertex" method whatsoever.
>>>
>>> Maybe I am missing something obvious...
>>>
>>> Thank you.
>>>
>>> Andrea.
>>>
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the VTK FAQ at:
>>> http://www.vtk.org/Wiki/VTK_FAQ
>>>
>>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://public.kitware.com/mailman/listinfo/vtkusers
>>>
>>>
>>
>>
>> --
>> Ken Martin PhD
>> Chairman & CFO
>> Kitware Inc.
>> 28 Corporate Drive
>> Clifton Park NY 12065
>> 518 371 3971
>>
>> This communication, including all attachments, contains confidential and
>> legally privileged information, and it is intended only for the use of the
>> addressee.  Access to this email by anyone else is unauthorized. If you are
>> not the intended recipient, any disclosure, copying, distribution or any
>> action taken in reliance on it is prohibited and may be unlawful. If you
>> received this communication in error please notify us immediately and
>> destroy the original message.  Thank you.
>>
>
>


-- 
Ken Martin PhD
Chairman & CFO
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
518 371 3971

This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee.  Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161124/640b98d5/attachment.html>


More information about the vtkusers mailing list