Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ is_manifold
Method
is_manifold
src/ifcgeom/kernels/cgal/CgalConversionResult.cpp:462–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
bool ifcopenshell::geometry::CgalShape::is_manifold() const {
463
// @todo ?
464
to_poly();
465
return shape_->is_valid();
466
}
467
468
int ifcopenshell::geometry::CgalShape::num_edges() const
469
{
Callers
nothing calls this directly
Calls
2
to_poly
Function · 0.85
is_valid
Method · 0.80
Tested by
no test coverage detected