[Paraview-developers] Reader for point cloud stored on custom binary file
Ellon Paiva
ellonpaiva at gmail.com
Wed Apr 27 09:35:26 EDT 2016
Jean, David,
I finally managed to have the programmable source for my binary file
working and converted into a standard reader. Thank you for your help!
Best,
Ellon
On 04/25/2016 10:25 PM, Favre Jean wrote:
> Ellon
>
> by default, the representation for vtkPolyData is "Surface". That is
> why you have an empty screen. Toggle the representation mode to
> "Points", or better yet, to "Gaussian Points", and your vertices will
> appear. (U might need to reset the camera)
>
> if you really need cells, you should follow the same reasoning and
> create a numpy array, which you can give to the vtkPolyData object all
> at once. I don't have ParaView on my current device to try the exact
> syntax, but it will be one of the SetCells() call.
>
> -----------------
> Jean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160427/aec5bcc3/attachment.html>
More information about the Paraview-developers
mailing list