MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / is_closed

Method is_closed

splashsurf_lib/src/mesh.rs:735–737  ·  view source on GitHub ↗

Returns whether the associated mesh is closed (has no boundary edges)

(&self)

Source from the content-addressed store, hash-verified

733impl MeshManifoldInformation {
734 /// Returns whether the associated mesh is closed (has no boundary edges)
735 pub fn is_closed(&self) -> bool {
736 self.boundary_edges.is_empty()
737 }
738
739 /// Returns whether the associated mesh is a 2-manifold (no non-manifold edges and no non-manifold vertices)
740 pub fn is_manifold(&self) -> bool {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.80

Tested by

no test coverage detected