You are here: Start » Program Examples » Load 3D Points from File

Load 3D Points from File

Aim:

This example shows how to read cloud of 3D points from a *.txt file. The next step is to create a grid of 3D points to display them in 3D coordinate system.

Input:

The text file containing the XYZ position of points forming the surface.

Output:

The loaded cloud.

Hints:

To load points saved in .txt format, use the LoadPoint3DArrayFromTextFile. You can organize loaded points with the ArrangePoint3DArray. To reconstruct missing points, use the CloseSurfacePoints.

Macrofilter Main.

Further Readings

  • Geometry 3D - List of filters useful in 3D geometry.
  • Project Files - Some remarks explaining the project files extensions in FabImage Studio.