| 200 | } |
| 201 | |
| 202 | FaceBitSet getLargeByAreaComponents( const MeshPart& mp, float minArea, const UndirectedEdgeBitSet * isCompBd ) |
| 203 | { |
| 204 | auto unionFind = getUnionFindStructureFacesPerEdge( mp, isCompBd ); |
| 205 | return getLargeByAreaComponents( mp, unionFind, minArea ); |
| 206 | } |
| 207 | |
| 208 | FaceBitSet getLargeByVolumeComponents( const MeshPart& mp, float minVolume ) |
| 209 | { |
no test coverage detected