<div dir="ltr">FieldData is what you want. Essentially, you add a 'field' to your dataset, with an entry for each point, that contains the string you want to display. <div><br></div><div>This example <a href="https://github.com/Kitware/VTK/blob/master/Examples/DataManipulation/Python/Arrays.py">https://github.com/Kitware/VTK/blob/master/Examples/DataManipulation/Python/Arrays.py</a> shows one way to add scalar data to a polydata, but I'm not sure it's what you want - I'm sure there's an appropriate example somewhere :)</div><div><br></div><div>HTH, </div><div>Aron</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 5, 2018 at 6:11 AM J. <<a href="mailto:babybishops@gmail.com">babybishops@gmail.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"><div>I have some particles moving around in 3d space, and I want to draw labels next to them that can display arbitrary data. The behavior in this example seems like what I need:</div><div><br></div><div><a href="https://github.com/Kitware/VTK/blob/master/Examples/Annotation/Python/labeledMesh.py" target="_blank">https://github.com/Kitware/VTK/blob/master/Examples/Annotation/Python/labeledMesh.py</a></div><div><br></div><div>I tried having a look at vtkLabeledDataMapper, but I don't see any way to tell it what to display. It just seems to automatically display... coordinates? Or "field data", whatever that is? In any case I couldn't see any way to just directly assign strings to point IDs or something like that. Is this not the right class for the job? How can I get the behavior I'm looking for?<br></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>