[vtkusers] How to find specific point's normal....?
renlishen
renlishen at gmail.com
Fri Apr 9 01:55:25 EDT 2010
David, thanks again~
I try to use ComputePointId function but it doesn't exist in my VTK
(I'm use VTK 5.4.2)
I find another function can solve this question
int location[3] = {236,236,236};
vtkIdType id = mCubes->GetOutput()->FindPoint(location);
thanks your suggestion to help me to find right answer that I want~
thanks again ^^~
RenLi
--
View this message in context: http://old.nabble.com/How-to-find-specific-point%27s-normal....--tp28178612p28187942.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list