[vtkusers] normals

Ocean Spring meancity at gmail.com
Mon Oct 24 13:36:53 EDT 2011


if you are working on a mesh. and the normal vector of a triangle facet can
be obtained
by doing a cross product of two edges, right? and if you want the normal
vector
of the vertices of a triangle you can obtain it by interpolating of
surrounding facets or
if you are extract the isosurface from volume data, the normals can be
calculated by
central difference or any finite different methods based on the volume
data.(see Marching cubes algorithm)

there are plenty of research papers addressing this issue. i am not exactly
sure
how VTK could achieve this by calling any function..

good luck

O.S.


On Tue, Oct 25, 2011 at 12:35 AM, andon <antoniod987 at gmail.com> wrote:

> OK, I've understood this....but i need to get out an angle, in particular i
> need to get the orientation of the cell on wich i've extracted the
> normal..do you know ho can i do this???
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/normals-tp4932989p4933222.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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
>



-- 
---------
www.vislab.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111025/8a13b641/attachment.htm>


More information about the vtkusers mailing list