We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b7ee6 commit b313135Copy full SHA for b313135
src/geode/inspector/topology/brep_blocks_topology.cpp
@@ -278,6 +278,10 @@ namespace
278
for( const auto& surface_id : not_boundary_surfaces )
279
{
280
const auto& surface_mesh = brep.surface( surface_id ).mesh();
281
+ if( surface_mesh.nb_polygons() == 0 )
282
+ {
283
+ continue;
284
+ }
285
const auto polygon_barycenter =
286
surface_mesh.polygon_barycenter( 0 );
287
bool is_dangling{ true };
0 commit comments