表面网格到体积网格 [英] Surface mesh to volume mesh

查看:115
本文介绍了表面网格到体积网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用Meshlab从点云生成的封闭曲面网格.为此,我需要获得一个体积网格,以便它不是空心物体.我不知道.我需要获取一个* .stl文件进行打印.谁能帮助我获得体积网格? (我更喜欢简单的解决方案,而不是复杂的算法.)

I have a closed surface mesh generated using Meshlab from point clouds. I need to get a volume mesh for that so that it is not a hollow object. I can't figure it out. I need to get an *.stl file for printing. Can anyone help me to get a volume mesh? (I would prefer an easy solution rather than a complex algorithm).

推荐答案

给定一个定向的水密表面网格,可以导出一个oracle函数,该函数确定查询线段是否与表面相交(以及在何处相交):从一个物体发出光线端点并使用奇偶规则(在对网格的面进行空间索引之后).

Given an oriented watertight surface mesh, an oracle function can be derived that determines whether a query line segment intersects the surface (and where): shoot a ray from one end-point and use the even-odd rule (after having spatially indexed the faces of the mesh).

然后可以使用此oracle函数应用体积网格算法对内部进行细分,通常是Marching Cubes或基于Delaunay的方法的变体(请参见

Volumetric meshing algorithms can then be applied using this oracle function to tessellate the interior, typically variants of Marching Cubes or Delaunay-based approaches (see 3D Surface Mesh Generation in the CGAL documentation). The initial surface will however not be exactly preserved.

据我所知,MeshLab仅支持曲面网格,因此不太可能为此提供现成的过滤器.但是,Volume Mesher软件包应提供此功能(例如 TetGen ).

To my knowledge, MeshLab supports only surface meshes, so it is unlikely to provide a ready-to-use filter for this. Volume mesher packages should however offer this functionality (e.g. TetGen).

这篇关于表面网格到体积网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆