[vtkusers] visualizing surface with edge
mirko heuegger
mheuegger at gmail.com
Wed Aug 25 07:32:53 EDT 2010
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.
More information about the vtkusers
mailing list