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

Load 3D Points from File (load_point_cloud_from_file)

Aim

This example shows how to read cloud of 3D points from *.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 XYZ position of points creating 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 Aurora Vision Studio.