[vtkusers] (no subject)

ALI AWARKI aawarki14 at yahoo.com
Tue Jul 5 10:10:28 EDT 2005


hi all,
 
i am new to vtk, and i am trying to display the edges of a mesh. i constructed one using 6 cells of type HEXAHEDRON, and i set the property of the the actor as follows (relevant parts shown only):
 
vtkProperty *actprop=vtkProperty::New();
actprop->EdgeVisibilityOn();
actprop->SetEdgeColor(0,0,0);

vtkActor *gridact=vtkActor::New();
gridact->SetProperty(actprop);
 
After running I still don't get to see the edges of the created cells.
 
any help??
 
thx in advance.
 
 

 

		
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050705/b5df5ab3/attachment.htm>


More information about the vtkusers mailing list