<div class="gmail_quote">On Tue, Dec 8, 2009 at 8:23 AM, Zhangyuanchao <span dir="ltr"><<a href="mailto:woshizhangyc@yahoo.cn">woshizhangyc@yahoo.cn</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<div>Hi, there,</div>
<div> </div>
<div>I would like to display arrows on a closed surface mesh. Given that the the arrows may point inside and outside the surface, I can see the arrows pointing outside the surface using vtkGlyph3D and vtkArrowSource. However, the arrows pointing inside is not visable. How can I pull out the arrows pointing inside?</div>
<div> </div>
<div>Is there any function by which I can chang the role between the start point and end point of an arrow?</div>
<div>or How can I manage to solve the problem? Is there any other way?</div>
<div> </div>
<div>Thanks a lot!</div>
<div> </div>
<div>yuanchao </div></td></tr></tbody></table><br></blockquote><div><br>If you have an analytical definition of "inside" you can simply iterate through the normals and negate any that are not facing "inside". Typically, this is a very hard thing to define. <br>
<br>I have just written an article for the VTK Journal (not yet released!) in which I have implemented a method to orient normals.<br>I tried to pull out the relevant parts and post an early preview for you:<br><a href="http://www.rpi.edu/~doriad/VTK_List/vtkPointSetProcessing/">http://www.rpi.edu/~doriad/VTK_List/vtkPointSetProcessing/</a><br>
<br>The directory structure of the CMakeLists.txt but if you want it bad enough you should have all the pieces there! <br><br>I really think this is something that should be added to VTK - it is something that will help us compete a bit more with CGAL :) We'll discuss more once the VJ is ready and the paper is released :)<br>
<br clear="all">Thanks,<br><br>David<br></div></div>