<div dir="ltr"><div>Hi! </div><div><br></div><div>Is there a way to use python VTK functions and classes in paraview?  I'm using paraview through paraviewweb and I've created an RPC that I can call from the client to run paraview python code:</div><div><br></div><div><div>@exportRpc("my.test.rpc")</div><div>    def myTestRPCFunction(self):</div><div>        return 0<br></div></div><div><br></div><div>I would like to create, inside this RPC, a plane with a texture applied. Searching the mailing list I found this thread, </div><div><br></div><div><a href="https://cmake.org/pipermail/paraview/2011-April/020848.html">https://cmake.org/pipermail/paraview/2011-April/020848.html</a><br></div><div><br></div><div>were someone's trying to accomplish this from a reader written in C++, but I would really like to do something like that inside my RPC, is that possible?</div><div><br></div><div>Thank you!</div><div>Rodrigo</div><div><br></div>
</div>