Visualize Point Data

Hi,

I would like to have some help with visualizing point data. I have a .txt file which contains the Points coordinates and the Scalar value associated with that point like this (X, Y, Z, Value).

I want to have a Scattered Plot or any plot of this in the 3D domain. The points are not structured gird. So how can I achieve this.

Thank you.

You can look at TableToPoints filter or TableToStructuredGrid to generate a 3D data from your table.