Expand description
Shell validation checks.
Functionsยง
- check_
shell_ closed - Check shell closure: every edge shared by exactly 2 faces.
- check_
shell_ connected - Check shell connectivity: all faces connected via shared edges (BFS).
- check_
shell_ empty - Check shell is not empty.
- check_
shell_ orientation - Check that shell face orientations are consistent: for each edge shared by two faces, it should be used once FORWARD and once REVERSED.