Hi.
I have millions of XYZ points (as an Space Delimited XYZ file read) and want to build a triangular mesh out of them.
Which transformer(s) should I use?
Thanks in advance.
Hi.
I have millions of XYZ points (as an Space Delimited XYZ file read) and want to build a triangular mesh out of them.
Which transformer(s) should I use?
Thanks in advance.
Best answer by virtualcitymatt
I think your best bet is to switch reader to the PointCloudXYZ reader. In the reader parameters you can modify the settings to specify the correct columns for to assign to the x, y and z components of the point cloud.
After that you can use the the PointCloudSurfaceBuilder OR the TINGenerator. Both outputs will be a mesh. You should experiment with the quality and settings to find something your happy with.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.