<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22.72px; background-color: rgb(255, 255, 255);">Thank you for your quick answer, however i am afraid i wasn't explicit in my questions:</span><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);">For the first point, yes, i knew that, but when i create 3d text, it is always in the same place,i can't put words in each face of my cube for example,</div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);">For the second point, i wasn't talking about applying text with Paraview but directly with the Vtk programm i wrote ( i think it could be more simple for me than if i always use the 3d text program)</div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);">Here is my programm:</div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><div style="line-height: 22.72px;"># vtk DataFile Version 2.0</div><div style="line-height: 22.72px;"> </div><div style="line-height: 22.72px;">Cube example </div><div style="line-height: 22.72px;">ASCII </div><div style="line-height: 22.72px;">DATASET POLYDATA </div><div style="line-height: 22.72px;">POINTS 8 float </div><div style="line-height: 22.72px;">0.0 0.0 0.0</div><div style="line-height: 22.72px;">1.0 0.0 0.0</div><div style="line-height: 22.72px;">1.0 1.0 0.0</div><div style="line-height: 22.72px;">0.0 1.0 0.0</div><div style="line-height: 22.72px;">0.0 0.0 1.0</div><div style="line-height: 22.72px;">1.0 0.0 1.0</div><div style="line-height: 22.72px;">1.0 1.0 1.0</div><div style="line-height: 22.72px;">0.0 1.0 1.0</div><div style="line-height: 22.72px;">POLYGONS 6 30 </div><div style="line-height: 22.72px;">4 0 1 2 3 </div><div style="line-height: 22.72px;">4 4 5 6 7 </div><div style="line-height: 22.72px;">4 0 1 5 4 </div><div style="line-height: 22.72px;">4 2 3 7 6 </div><div style="line-height: 22.72px;">4 0 4 7 3 </div><div style="line-height: 22.72px;">4 1 2 6 5</div><div style="line-height: 22.72px;">CELL_DATA 6 </div><div style="line-height: 22.72px;">SCALARS cell_scalars int 1 </div><div style="line-height: 22.72px;">LOOKUP_TABLE default </div><div style="line-height: 22.72px;">0 </div><div style="line-height: 22.72px;">1 </div><div style="line-height: 22.72px;">2 </div><div style="line-height: 22.72px;">3 </div><div style="line-height: 22.72px;">4 </div><div style="line-height: 22.72px;">5 </div><div style="line-height: 22.72px;">NORMALS cell_normals float</div><div style="line-height: 22.72px;">0 0 -1 </div><div style="line-height: 22.72px;">0 0 1 </div><div style="line-height: 22.72px;">0 -1 0 </div><div style="line-height: 22.72px;">0 1 0 </div><div style="line-height: 22.72px;">-1 0 0 </div><div style="line-height: 22.72px;">1 0 0 </div><div style="line-height: 22.72px;">FIELD FieldData 2 </div><div style="line-height: 22.72px;">cellIds 1 6 int </div><div style="line-height: 22.72px;">012345 </div><div style="line-height: 22.72px;">faceAttributes 2 6 float </div><div style="line-height: 22.72px;">0.0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0</div><div style="line-height: 22.72px;">POINT_DATA 8 </div><div style="line-height: 22.72px;">SCALARS sample_scalars float 1 </div><div style="line-height: 22.72px;">LOOKUP_TABLE my_table </div><div style="line-height: 22.72px;">0.0</div><div style="line-height: 22.72px;">1.0</div><div style="line-height: 22.72px;">2.0</div><div style="line-height: 22.72px;">3.0</div><div style="line-height: 22.72px;">4.0</div><div style="line-height: 22.72px;">5.0</div><div style="line-height: 22.72px;">6.0</div><div style="line-height: 22.72px;">7.0</div><div style="line-height: 22.72px;">LOOKUP_TABLE my_table 8 </div><div style="line-height: 22.72px;">0.0 0.0 0.0 1.0</div><div style="line-height: 22.72px;">1.0 0.0 0.0 1.0</div><div style="line-height: 22.72px;">0.0 1.0 0.0 1.0</div><div style="line-height: 22.72px;">1.0 1.0 0.0 1.0</div><div style="line-height: 22.72px;">0.0 0.0 1.0 1.0</div><div style="line-height: 22.72px;">1.0 0.0 1.0 1.0</div><div style="line-height: 22.72px;">0.0 1.0 1.0 1.0</div><div style="line-height: 22.72px;">1.0 1.0 1.0 1.0</div><div style="line-height: 22.72px;"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px;">i want to apply a text directly on each face from this programm which will be read by Paraview.</div><div style="line-height: 22.72px;"><br></div><div style="line-height: 22.72px;">And is the time annotation only linear? (Can't i use for example time annotation with logarythm?)</div><div style="line-height: 22.72px;"><br style="line-height: 22.72px;"></div><div style="line-height: 22.72px;">Thank you very much for help,</div><div style="line-height: 22.72px;">Kind regards,</div><div style="line-height: 22.72px;">Marwen</div></div>                                     </div></body>
</html>