MCPcopy 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
462bool ifcopenshell::geometry::CgalShape::is_manifold() const {
463 // @todo ?
464 to_poly();
465 return shape_->is_valid();
466}
467
468int ifcopenshell::geometry::CgalShape::num_edges() const
469{

Callers

nothing calls this directly

Calls 2

to_polyFunction · 0.85
is_validMethod · 0.80

Tested by

no test coverage detected