<div dir="ltr">Thank you for your answer Utkash! <div><br></div><div>In this context, what is the texturePlane variable? Also, how can I add the created plane with texture to the pipeline?</div><div><br></div><div>Is there any documentation on these functions or the interaction between VTK and ParaView?  I'd like to try to figure out how to do what I want to do without having to bother you guys on the list. </div><div><br></div><div>Thank you!</div><div>Rodrigo</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 14, 2016 at 7:36 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yes, you just need to import the appropriate module in python.<br>
e.g.<br>
<span class=""><br>
 @exportRpc("my.test.rpc")<br>
    def myTestRPCFunction(self):<br>
<br>
</span>        from paraview.vtk.vtkIOImage import vtkImageReader2Factory<br>
        reader = vtkImageReader2Factory.CreateImageReader(filename)<br>
<br>
        from paraview.vtk.vtkFiltersTexture import vtkTextureMapToPlane<br>
        texturePlane.SetInputConnection(reader.GetOutputPort())<br>
<br>
        ....<br>
<br>
        return 0<br>
<div><div class="h5"><br>
On Sun, Jun 5, 2016 at 7:45 PM, Rodrigo Pelorosso<br>
<<a href="mailto:rodrigo.pelorosso@gmail.com">rodrigo.pelorosso@gmail.com</a>> wrote:<br>
> Hi!<br>
><br>
> Is there a way to use python VTK functions and classes in paraview?  I'm<br>
> using paraview through paraviewweb and I've created an RPC that I can call<br>
> from the client to run paraview python code:<br>
><br>
> @exportRpc("my.test.rpc")<br>
>     def myTestRPCFunction(self):<br>
>         return 0<br>
><br>
> I would like to create, inside this RPC, a plane with a texture applied.<br>
> Searching the mailing list I found this thread,<br>
><br>
> <a href="https://cmake.org/pipermail/paraview/2011-April/020848.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/paraview/2011-April/020848.html</a><br>
><br>
> were someone's trying to accomplish this from a reader written in C++, but I<br>
> would really like to do something like that inside my RPC, is that possible?<br>
><br>
> Thank you!<br>
> Rodrigo<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Nusive || Software Development and IT solutions<br><a href="http://www.nusive.com" target="_blank">www.nusive.com</a></div>
</div>