Skip to main content

check_shell_closed

Function check_shell_closed 

Source
pub fn check_shell_closed(
    topo: &Topology,
    shell_id: ShellId,
) -> Result<Vec<ValidationIssue>, CheckError>
Expand description

Check shell closure: every edge shared by exactly 2 faces.

ยงErrors

Returns CheckError on a topology lookup failure.