CGAL enumerating/identifying mesh boundaries

試著忘記壹切 提交于 2019-12-11 08:51:49

问题


How does one enumerate/identify mesh boundaries in CGAL?

https://doc.cgal.org/latest/Mesh_3/Mesh_3_2mesh_polyhedral_domain_8cpp-example.html

shows how to read in the bounding polyhedron (defined by vertices and facets) from an off file, but I can't figure out how to associate selected facets with distinct boundary IDs -- this is required in the subsequent finite element analysis where I have to apply different boundary conditions on different parts of the mesh. I've tried to (ab)use the colour information (an additional optional integer following the vertex connectivity) in the off file but sadly that information gets ignored by CGAL.

来源:https://stackoverflow.com/questions/51106418/cgal-enumerating-identifying-mesh-boundaries

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!