pub fn check_shell_orientation(
topo: &Topology,
shell_id: ShellId,
) -> Result<Vec<ValidationIssue>, CheckError>Expand description
Check that shell face orientations are consistent: for each edge shared by two faces, it should be used once FORWARD and once REVERSED.
ยงErrors
Returns CheckError on a topology lookup failure.