版本 11 可自动检测三维模型中的网格缺陷并提供修复功能.
在三维模型中找出缺陷.
mesh = ExampleData[{"Geometry3D", "StanfordBunny"}, "Region"]; FindMeshDefects[mesh]
修复模型.
RepairMesh[mesh]