[vtkusers] visualizing surface with edge

Bill Lorensen bill.lorensen at gmail.com
Wed Aug 25 10:46:01 EDT 2010


Here is an example:
http://www.vtk.org/Wiki/VTK/Examples/Visualization/ColorEdges


On Wed, Aug 25, 2010 at 8:28 AM, Hom Nath Gharti <hng.email at gmail.com> wrote:
> great! thank you.
>
> HNG
>
> On Wed, Aug 25, 2010 at 1:32 PM, mirko heuegger <mheuegger at gmail.com> wrote:
>> Hello!
>>
>> On Wed, Aug 25, 2010 at 12:16 PM, Hom Nath Gharti <hng.email at gmail.com> wrote:
>>> -[cut]-
>>> Is there any option to set representation to surface with edges
>>> similar to ParaView?
>>
>> Setting 'EdgeVisibility', 'EdgeColor' and 'LineWidth' should do the trick.
>>
>> eg: Actor.GetProperty().EdgeVisibilityOn(); //c# code
>>
>> Documentation for vtkProperty::EdgeVisibilityOn:
>> <http://www.vtk.org/doc/nightly/html/classvtkProperty.html#aa0899e0e006b6a221b275466b9941449>
>>
>> hth
>>
>> mirko
>> --
>> Real programmers don't document; if it was
>> hard to write, it should be hard to understand.
>>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list