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 f4efd80 commit 8864b85Copy full SHA for 8864b85
src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp
@@ -73,6 +73,10 @@ namespace geode
73
{
74
absl::StrAppend( &message, brep_non_manifold_edges.string() );
75
}
76
+ if( brep_non_manifold_facets.nb_issues() != 0 )
77
+ {
78
+ absl::StrAppend( &message, brep_non_manifold_facets.string() );
79
+ }
80
if( !message.empty() )
81
82
return message;
0 commit comments