An interesting problem :-) Does the topology of the mesh change over time or just the positions of the points? Essentially, we need a landmark that moves with the wheel to which we can attach something. If the topology does not change, you can start by selecting one of more cells, extracting the selection and then coloring those cells a solid color (you might need to translate them slightly to avoid rendering artifacts). If that works, you could use the Python Programmable filter to create a line that starts at the centroid of the extracted cell. If you want to do that, let us know and someone on this list can help you with the appropriate VTK API.<br>
<br><div class="gmail_quote">On Wed, Jun 6, 2012 at 11:36 AM, Tianshi SUN <span dir="ltr"><<a href="mailto:stsstc@gmail.com" target="_blank">stsstc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi all,</div>
<div> </div>
<div>I am new for paraview, and thank in advance for all kinds of help.<br>My question : I am doing the visualization of a wheel rotating on the road, and want to do some marks (e.g line..) on the wheel. The marks can move with the wheel together, so that we can see the wheel is rotating but not just slithering on the road. Also the color of the wheel is changing for each time step, because the displacement is also changing in X,Y and Z directions, but the marks should have a fixed color, which can make it obvious to be observed. I do not know how to do it. Please help me. </div>
<div> </div>
<div>Regards.</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>