<div dir="ltr">vtkRendererer::SetWorldCoordinates(0, 0.007, 0, 0)<div>vtkRendererer::WorldToDisplay()</div><div>vtkRendererer::GetDisplayCoordinate()</div><div>Will convert from world space to display space (pixel, z)</div><div><br></div><div>When you resize the render window, you will have to call WorldToDisplay() again to take into account the new size.</div><div><br></div><div>See the vtk book for a discussion of the coordinate systems.</div><div><br></div><div>David E DeMarle<div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Kitware, Inc.<br>Principal Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 8, 2018 at 2:49 PM Nick French <<a href="mailto:nfrench@vextec.com">nfrench@vextec.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I have a polydata output that I have created and am visualizing in the C# render window control.  What I want to know is the location of the a given polydata point in terms of the render window.  I know the points that are local to polydata (for example the one I'm interested is something like (0, 0.007, 0), but I don't know where this is in the render window screen. I assume that this will change with the size of my window as well.  I've seen terms like world, view, and display coordinates, but I'm not exactly sure what those mean or if they are relevant to the problem at hand.</div><div><br></div><div>Thanks</div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>