Hi,<br>
<br>
I am new user&nbsp; of ParaView.&nbsp; My initial impression is<br>
great about ParaView. I am converted from Tecplot<br>
since what I want was very doable in 2D but not 3D.<br>
<br>
<br>
I have 3D data, and want to put some mark (such <br>
as small shpere and its label together) in 3D field.<br>
<br>
<br>
<br>
in tecplot there is special keyword to specify adding geometry or<br>
text such as (in data file of Tecplot )<br>
<br>
for text:<br>
TEXT X=100, Y=20, C=RED, LS=2, T=&quot;The text label&quot;<span style="font-family: monospace;"><br>
</span><br>
for Geometry:<br>
GEOMETRY T=CIRCLE, X=10, Y=50<br>
100 (radius of the circle)<br>
<br>
Unfortunately, these things are available for 2D but not for 3D. However, it is available in<br>
ParaView.<br>
<br>
<br>
<br>
Lets assume that I have&nbsp; the following data,<br>
<br>
how can I add&nbsp;&nbsp; (and specification of location, size,...) 3d text or sphere...&nbsp; in *.vtk file?<br>
<br>
I would be appreciated if you can help me out,<br>
<br>
thanks,<br>
<br>
<br>
<br>
# vtk DataFile Version 2.0<br>
Sample rectilinear grid<br>
ASCII<br>
DATASET RECTILINEAR_GRID<br>
DIMENSIONS 47 33 11<br>
X_COORDINATES 47 float<br>
-1.22396 -1.17188 -1.11979 -1.06771 -1.01562 -0.963542 <br>
................<br>
0.963542 1.01562 1.06771 1.11979 1.17188 <br>
Y_COORDINATES 33 float<br>
-1.25 -1.17188 -1.09375 -1.01562 -0.9375 -0.859375 <br>
............<br>
1.09375 1.17188 1.25 <br>
Z_COORDINATES 11 float<br>
0 0.1 0.2 0.3 0.4 0.5 <br>
0.6 0.7 0.75 0.8 0.9 <br>
POINT_DATA 17061<br>
SCALARS scalars float<br>
LOOKUP_TABLE default<br>
0 0 0 0 0 0 <br>