This chapter represents documentation about PointCloud triangulation.
More...
This chapter represents documentation about PointCloud triangulation.
◆ fillHolesWithExtraPoints()
#include <MRMesh/MRPointCloudTriangulation.h>
fills the holes in the mesh by adding triangles to it with the vertices in existing boundary vertices or given extra points (in any combination)
- Parameters
-
| extraPoints | must have either properly oriented normals or no normals, and it will be temporary modified during the call |
- Returns
- false if the operation was canceled or incorrect input
◆ triangulatePointCloud()
#include <MRMesh/MRPointCloudTriangulation.h>
Creates mesh from given point cloud according params Returns empty optional if was interrupted by progress bar.
Before
|
After
|