21struct TriangulationParameters
89struct FillHolesWithExtraPointsParams
91 TriangulationParameters triangulation;
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRPointCloud.h:17
Definition MRPointCloudTriangulation.h:22
new unsafe ref bool automaticRadiusIncrease
new unsafe ref int numNeighbours
new unsafe MR.? Const_PointCloud searchNeighbors
new unsafe ref float radius
new unsafe ref float critHoleLength
new unsafe ref float boundaryAngle
new unsafe ref float critAngle
MRMESH_API std::optional< Mesh > triangulatePointCloud(const PointCloud &pointCloud, const TriangulationParameters ¶ms={}, const ProgressCallback &progressCb={})
Creates mesh from given point cloud according params Returns empty optional if was interrupted by pro...
Definition MRCameraOrientationPlugin.h:8
MRMESH_API bool fillHolesWithExtraPoints(Mesh &mesh, PointCloud &extraPoints, const FillHolesWithExtraPointsParams ¶ms={}, const ProgressCallback &progressCb={})