<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
And which one is better ?<br><br><hr size="2" width="100%"><blockquote><blockquote><b>Wertz Gil</b><br></blockquote><i>gilwertz@hotmail.com</i><br></blockquote><hr size="2" width="100%"><br><br><br><br>&gt; Date: Mon, 11 Apr 2011 08:47:50 -0400<br>&gt; Subject: Re: [Paraview] set Representation opacity<br>&gt; From: utkarsh.ayachit@kitware.com<br>&gt; To: gilwertz@hotmail.com<br>&gt; CC: paraview@paraview.org<br>&gt; <br>&gt; Indeed. Another way I like to use to set properties is as follows:<br>&gt; <br>&gt; vtkSMProxy *proxy = representation-&gt;getProxy();<br>&gt; vtkSMPropertyHelper(proxy, "Opacity").Set(value);<br>&gt; proxy-&gt;UpdateVTKObjects();<br>&gt; <br>&gt; Utkarsh<br>&gt; <br>&gt; On Mon, Apr 11, 2011 at 6:10 AM, Gil Wertz &lt;gilwertz@hotmail.com&gt; wrote:<br>&gt; &gt; I founded a way to do that "easily" :<br>&gt; &gt;<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkSMProxy *proxy = representation-&gt;getProxy();<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkSMProperty * prop = proxy-&gt;GetProperty("Opacity");<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pqSMAdaptor::setElementProperty(prop, value);<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proxy-&gt;UpdateVTKObjects();<br>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this-&gt;m_RenderView-&gt;render();<br>&gt; &gt;<br>&gt; &gt; Regards<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt;<br>&gt; &gt; Wertz Gil<br>&gt; &gt;<br>&gt; &gt; gilwertz@hotmail.com<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; From: gilwertz@hotmail.com<br>&gt; &gt; To: paraview@paraview.org<br>&gt; &gt; Date: Mon, 11 Apr 2011 09:28:08 +0200<br>&gt; &gt; Subject: [Paraview] set Representation opacity<br>&gt; &gt;<br>&gt; &gt; I try to set pqPipelineRepresentation opacity but have no conclusive result<br>&gt; &gt; ...<br>&gt; &gt;<br>&gt; &gt; There is a getOpacity but no setOpacity function, I looked at paraview's<br>&gt; &gt; code but I didn't find an easy way ( no way at all ) to set the opacity of<br>&gt; &gt; my pqPipelineRepresentations that are in my pqRenderView.<br>&gt; &gt;<br>&gt; &gt; Any idea ?<br>&gt; &gt;<br>&gt; &gt; Maybe using pqPipelineRepresentation is not the best way.<br>&gt; &gt;<br>&gt; &gt; I add representation to my pqRenderView like this :<br>&gt; &gt; &nbsp;m_object_builder-&gt;createDataRepresentation(m_input-&gt;getOutputPort(0),<br>&gt; &gt; this-&gt;m_RenderView);<br>&gt; &gt;<br>&gt; &gt; Where m_input is a pqPipelineSource. (and I need to set the opacity of this<br>&gt; &gt; newly created representation)<br>&gt; &gt;<br>&gt; &gt; Thanks<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt;<br>&gt; &gt; Wertz Gil<br>&gt; &gt;<br>&gt; &gt; gilwertz@hotmail.com<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________ Powered by www.kitware.com<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; http://www.kitware.com/opensource/opensource.html Please keep messages<br>&gt; &gt; on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Powered by www.kitware.com<br>&gt; &gt;<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; http://www.kitware.com/opensource/opensource.html<br>&gt; &gt;<br>&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; &gt; http://paraview.org/Wiki/ParaView<br>&gt; &gt;<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; &gt;<br>&gt; &gt;<br>                                               </body>
</html>