<div dir="ltr">Hi Utkarsh,<div><br></div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Looking at the PLY reader in VTK, it looks like it doesn't support<br>
custom point fields. I've reported an issue here:<br>
<a href="https://gitlab.kitware.com/paraview/paraview/issues/18136" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>paraview/paraview/issues/18136</a></blockquote><div><br></div><div>Thank you! </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
If your data is just a collection of points with fields, a simple CSV<br>
maybe be easier than PLY.  After opening a CSV, you can use the "Table<br>
To Points" to interpret the rows as points with fields associated with<br>
them.<br></blockquote><div><br></div><div>In fact I am working like this at this moment. I would like to move to ply files but if at this moment is not possible I will wait.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Also, what does a PLC format look like? It may be possible to use a<br>
Python programmable filter to directly reader in the PLC without any<br>
conversion if the format is simple.</blockquote><div><br></div><div>Sorry I wrote wrong the format is not plc is pcd.  I think is very similar to ply <a href="http://pointclouds.org/documentation/tutorials/pcd_file_format.php">http://pointclouds.org/documentation/tutorials/pcd_file_format.php</a>. In my case insted of X Y Z RGB I will have X Y Z DX DY DZ fields. </div><div><div><br></div><div>The motivation of the change to ply or pcd is because ply or pcd have a bin version of the files and I am looking for a standard bin file that paraview can manage. Can you recommend me any binary file that paraview can manage without issues with custom parameters like on my case?</div></div><div><br></div><div>Thanks,</div><div><br></div><div>Albert</div></div></div></div></div>