[Paraview] Simplest file format/method to import meshless 3D field data?

Mark Lohry mlohry at gmail.com
Thu Jul 7 16:33:27 EDT 2016


I have 3D flowfield data that has odd connectivity. I *could* manually
write a triangulation to produce the connectivity and write a standard file
format with tetrahedral elements, but I'd prefer it if I could simply dump
all the point data and import it.

>From what I've seen, the "point cloud" methods seem to just create
topologically 2-dimensional surfaces from points in 3D space, and not an
actual 3D field, is that correct?

Is there some file format / importer where I can just write a data file
along the lines of

x1,y1,z1,var1,var2,var3,...
x2,y2,z2,var1,var2,var3,....

and read that into paraview complete with some kind of interpolation
between points to produce contours?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160707/272b06d8/attachment.html>


More information about the ParaView mailing list