<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'>Thank you for your quick answer, however i am afraid i wasn't explicit in my questions:<div><br></div><div>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><br></div><div>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><br></div><div>Here is my programm:</div><div><br></div><div><div># vtk DataFile Version 2.0</div><div> </div><div>Cube example </div><div>ASCII </div><div>DATASET POLYDATA </div><div>POINTS 8 float </div><div>0.0 0.0 0.0</div><div>1.0 0.0 0.0</div><div>1.0 1.0 0.0</div><div>0.0 1.0 0.0</div><div>0.0 0.0 1.0</div><div>1.0 0.0 1.0</div><div>1.0 1.0 1.0</div><div>0.0 1.0 1.0</div><div>POLYGONS 6 30 </div><div>4 0 1 2 3 </div><div>4 4 5 6 7 </div><div>4 0 1 5 4 </div><div>4 2 3 7 6 </div><div>4 0 4 7 3 </div><div>4 1 2 6 5</div><div>CELL_DATA 6 </div><div>SCALARS cell_scalars int 1 </div><div>LOOKUP_TABLE default </div><div>0 </div><div>1 </div><div>2 </div><div>3 </div><div>4 </div><div>5 </div><div>NORMALS cell_normals float</div><div>0 0 -1 </div><div>0 0 1 </div><div>0 -1 0 </div><div>0 1 0 </div><div>-1 0 0 </div><div>1 0 0 </div><div>FIELD FieldData 2 </div><div>cellIds 1 6 int </div><div>012345 </div><div>faceAttributes 2 6 float </div><div>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>POINT_DATA 8 </div><div>SCALARS sample_scalars float 1 </div><div>LOOKUP_TABLE my_table </div><div>0.0</div><div>1.0</div><div>2.0</div><div>3.0</div><div>4.0</div><div>5.0</div><div>6.0</div><div>7.0</div><div>LOOKUP_TABLE my_table 8 </div><div>0.0 0.0 0.0 1.0</div><div>1.0 0.0 0.0 1.0</div><div>0.0 1.0 0.0 1.0</div><div>1.0 1.0 0.0 1.0</div><div>0.0 0.0 1.0 1.0</div><div>1.0 0.0 1.0 1.0</div><div>0.0 1.0 1.0 1.0</div><div>1.0 1.0 1.0 1.0</div><div><br></div><div>i want to apply a text directly on each face from this programm which will be read by Paraview.</div><div><br></div><div>Thank you very much for help,</div><div>Kind regards,</div><div>Marwen</div><br><div><hr id="stopSpelling">From: kmorel@sandia.gov<br>To: mgammar@outlook.fr; paraview@paraview.org<br>Subject: Re: [Paraview] 3d text problem<br>Date: Thu, 21 Apr 2016 15:25:01 +0000<br><br>





<style><!--
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal {
font-size:12.0pt;
font-family:"Times New Roman";
}

.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink {
color:#0563C1;
text-decoration:underline;
}

.ExternalClass span.ecxMsoHyperlinkFollowed {
color:#954F72;
text-decoration:underline;
}

.ExternalClass p {
font-size:12.0pt;
font-family:"Times New Roman";
}

.ExternalClass span.ecxEmailStyle18 {
font-family:Calibri;
color:windowtext;
}

.ExternalClass span.ecxmsoIns {
text-decoration:underline;
color:teal;
}

.ExternalClass .ecxMsoChpDefault {
font-size:10.0pt;
}

.ExternalClass div.ecxWordSection1 {
}

--></style>


<div class="ecxWordSection1">
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">Marwen,</span></p>
<div>
<div>
<p class="ecxMsoNormal"><span style="font-size:10.5pt;font-family:Calibri;color:black;"> </span></p>
</div>
</div>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">You asked 3 questions. I will try to answer them.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">“I want to use the 3d text on the surface but it is inverted.” It sounds like you are looking at your text from the back. Try moving the camera around to the front. You can also click the
 toolbar button marked “-Z” (2nd row near the right). That should place the camera where the text is forward.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">“moreover I don’t know how to write it directly on the program” In the properties panel there is an editable box labeled “Text”. Change that and then hit the “Apply” button to change the
 text.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">“what does this mean?” That definitely looks like part of a data file in what is called the legacy VTK format. However, a large part of the file is missing, so that data will not load correctly.</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;"> </span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;">-Ken</span></p>
<p class="ecxMsoNormal"><span style="font-size:11.0pt;font-family:Calibri;"> </span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in;">
<p class="ecxMsoNormal"><b><span style="font-family:Calibri;color:black;">From: </span>
</b><span style="font-family:Calibri;color:black;">ParaView <paraview-bounces@paraview.org> on behalf of Marwen Gammar <mgammar@outlook.fr><br>
<b>Date: </b>Thursday, April 21, 2016 at 8:20 AM<br>
<b>To: </b>"paraview@paraview.org" <paraview@paraview.org><br>
<b>Subject: </b>[EXTERNAL] [Paraview] 3d text problem</span></p>
</div>
<div>
<p class="ecxMsoNormal"> </p>
</div>
<div>
<div>
<div>
<p class="ecxMsoNormal"><span style="font-size:11.5pt;color:#444444;background:white;">Hello Miss, Mister,</span>
</p>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">I am beginning in the utilisation of the software Paraview and </span><span style="color:#444444;">have some problem with its use:</span><span style="font-size:11.5pt;color:#444444;"></span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">I want to use the 3d text on the surface but it is inverted, </span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">moreover i don't know how to write it directly on the programm (vtk),</span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">and what does this means?:</span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">POINT_DATA 8</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">SCALARS sample_scalars float 1</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">LOOKUP_TABLE my_table</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">0.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">2.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">3.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">4.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">5.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">6.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">7.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">LOOKUP_TABLE my_table 8</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">0.0 0.0 0.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">1.0 0.0 0.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">0.0 1.0 0.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">1.0 1.0 0.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">0.0 0.0 1.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">1.0 0.0 1.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">0.0 1.0 1.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.0pt;font-family:"Courier New";color:#444444;">1.0 1.0 1.0 1.0</span><span style="font-size:11.5pt;color:#444444;"></span></p>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;">
<span style="font-size:11.5pt;color:#444444;"> </span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">Could you please indicate me how to solve those problems?</span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;"> </span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">Thank you kindly for your answer,</span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">Kind regards,</span></p>
</div>
<div>
<p class="ecxMsoNormal" style="line-height:16.0pt;background:white;"><span style="font-size:11.5pt;color:#444444;">Marwen</span></p>
</div>
</div>
</div>
</div>
</div></div></div>                                      </div></body>
</html>