Aurora Visio Studio TOP » Program Examples » Load 3D Points from File (load_point_cloud_from_file)
Load 3D Points from File (load_point_cloud_from_file)
目的
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.
ヒント
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.
その他の資料
- Geometry 3D - List of filters useful in 3D geometry.
- Project Files - Some remarks explaining the project files extensions in Aurora Vision Studio.