<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="qrichtext" content="1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px;">
<div style="font-family: Calibri, sans-serif;">
<div>
<div>Try using the ParaView tracing feature (Tools -> Start Trace, Stop Trace) to learn script commands that mimic things you do in the GUI. Using ParaView 4.3.1, I started script tracing, created a text source, and stopped the tracing. I got the following
 commands:</div>
</div>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div>
<p style="margin: 0px;"><!--StartFragment--><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># create a new 'Text'</font></span></p>
<pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Consolas">text1 <span style="color: rgb(102, 102, 102);">=</span> Text()</font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Consolas"><br></font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># Properties modified on text1</font></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Consolas">text1<span style="color: rgb(102, 102, 102);">.</span>Text <span style="color: rgb(102, 102, 102);">=</span> <span style="color: rgb(186, 33, 33);">'my paraview script'</span></font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px; color: rgb(186, 33, 33);"><font face="Consolas"><br></font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># get active view</font></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Consolas">renderView1 <span style="color: rgb(102, 102, 102);">=</span> GetActiveViewOrCreate(<span style="color: rgb(186, 33, 33);">'RenderView'</span>)</font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># uncomment following to set a specific view size</font></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># renderView1.ViewSize = [856, 589]</font></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px; font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"><br></font></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style="font-style: italic; color: rgb(64, 128, 128);"><font face="Consolas"># show data in view</font></span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Consolas">text1Display <span style="color: rgb(102, 102, 102);">=</span> Show(text1, renderView1)</font></pre>
<pre style="font-family: 'Courier New,courier'; margin-top: 0px; margin-bottom: 0px;"><br><!--EndFragment--></pre>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">-Ken</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="font-family: Calibri, sans-serif;">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>"Madalena S. Malhadas" <<a href="mailto:nenasantos@hotmail.com">nenasantos@hotmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, February 26, 2015 at 10:34 AM<br>
<span style="font-weight:bold">To: </span>Jeff Becker <<a href="mailto:jeffrey.c.becker@nasa.gov">jeffrey.c.becker@nasa.gov</a>>, Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>><br>
<span style="font-weight:bold">Cc: </span>ParaView <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Insert text source into view in a script<br>
</div>
<div><br>
</div>
<div><style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div class="hmmessage">
<div dir="ltr">How i can include a text source, for example a title (e.g., "my paraview script") into a view in a paraview scrip?
<div><br>
</div>
<div>Kind regards</div>
<div>Madalena</div>
</div>
</div>
</div>
</span>
</body>
</html>