Description: BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation.
Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good.
The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature.
The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud.
I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation.
Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good.
The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature.
The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud.
I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation. Platform: |
Size: 6042624 |
Author:naz |
Hits:
Description: linux下三角化程序,可以实现带洞矩阵三角化。gcc语言编写-under linux triangulation process can be achieved with the hole matrix triangulation. the preparation of the gcc language Platform: |
Size: 141312 |
Author:wanglinbo |
Hits:
Description: c语言三角化例子,实现带洞矩形的三角化。-c language triangulation example, with a hole rectangular triangulation. Platform: |
Size: 16384 |
Author:wanglinbo |
Hits:
Description: 这是一个提供二维区域Delaunay三角形剖分的 C语言程序。能够对于由折线围成的多空洞、多介质区域,生成指定局部加密的Delaunay三角形剖分。-This is a two-dimensional region to provide Delaunay triangulation of the C language program. The broken line surrounded by long and short hole, multi medium region, generating the specified Delaunay triangulation encryption local branch. Platform: |
Size: 13312 |
Author:laogu |
Hits: