<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>Not sure how far it can be done using paraview. But using VTK this example might help you.
<img class="EmojiInsert" id="OWAEmoji487946" alt="😊" style="vertical-align: bottom;" src="cid:808af076-7f9c-4e97-ba79-c68aed213b14"></p>
<p><br>
</p>
<p><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LabeledDataMapper" class="OWAAutoLink" id="LPlnk470087" previewremoved="true">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LabeledDataMapper</a></p>
<div id="LPBorder_GT_14933979777040.2971304981222447" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14933979777040.763203656452252" role="presentation" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="TextCell_14933979777040.6776446266264211" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14933979777040.34909825921732085"></div>
<div id="LPTitle_14933979777040.46320887674757305" style="top: 0px; color: rgb(47, 144, 196); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14933979777040.6481349948425226" href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LabeledDataMapper" target="_blank" style="text-decoration: none;">VTK/Examples/Cxx/Visualization/LabeledDataMapper ...</a></div>
<div id="LPMetadata_14933979777040.01233074697965697" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
www.vtk.org</div>
<div id="LPDescription_14933979777040.9111282135847836" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
Download and Build LabeledDataMapper. Click here to download LabeledDataMapper. and its CMakeLists.txt file. Once the tarball LabeledDataMapper.tar has been ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<p></p>
<p><br>
</p>
<p>Good luck</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Thanks & Regards</p>
<p>Rakesh Patil</p>
<p><br>
</p>
<p></p>
<div style="color:rgb(33,33,33); font-size:15px; margin:0px"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font size="2" color="#0099FF"><span style="font-size:10pt">TATA ELXSI</span></font></span></font></div>
<div style="color:rgb(33,33,33); font-size:15px; margin:0px"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font size="2" color="gray"><span lang="en-IN" style="font-size:10pt">Tel (D) +91 80 2297 9621 </span></font></span></font></div>
<div style="color:rgb(33,33,33); font-size:15px; margin:0px"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font size="2" color="gray"><span lang="en-IN" style="font-size:10pt">Cell +91 9890258407</span></font></span></font></div>
<p></p>
<p></p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> vtkusers <vtkusers-bounces@vtk.org> on behalf of Chris Marsh <chris.marsh@usask.ca><br>
<b>Sent:</b> Friday, April 28, 2017 9:38:58 PM<br>
<b>To:</b> VTK Users<br>
<b>Subject:</b> [vtkusers] Add text to vtkPoint</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>I'm currently writing out vtkPoint data to a vtp file for visualization in Paraview. I would like to attach text data to this (the name of the point) to view in Paraview.</div>
<div><br>
</div>
<div>My end goal would be analogous to this </div>
<div><a href="http://desktop.arcgis.com/en/arcmap/latest/extensions/3d-analyst/GUID-B948937F-22C1-4688-8849-29CFF3C86BF6-web.png">http://desktop.arcgis.com/en/arcmap/latest/extensions/3d-analyst/GUID-B948937F-22C1-4688-8849-29CFF3C86BF6-web.png</a><br>
</div>
<div><br>
</div>
<div>How should I do this? The VTK examples seem to be limited to using VTK directly to visualize v. Paraview.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
Cheers</div>
<div>Chris</div>
</div>
</div>
</body>
</html>