Re: [Paraview] ParaView as Python 3.6 frontend

2018-04-12 Thread Mathieu Westphal
Dear Klaus, You should be able to compile ParaView with Python 3.6 support, and then load the paraview module and start displaying sources, filters and views within your project. Once you are able to do that, you could use a ProgrammableSource to display your numpy arrays. You can "transfer"

[Paraview] ParaView as Python 3.6 frontend

2018-04-12 Thread Klaus Philip
Hi, currently I'm struggling with the following problem: I've a complex Python 3.6 (miniconda, windows 10) project which generates 3D point clouds (stored in numpy arrays). Now I want to use ParaView as a frontend for my application and I wanted to ask if this is possible or if somebody already