TetMesh.check_orientation()

Lives in: pygamer.tetmesh

TetMesh.check_orientation(self: pygamer.tetmesh.TetMesh)Tuple[int, bool, bool]

Check consistency and assign Face orientations.

TetMesh.init_orientation() must be called before this function can operate.

Returns

Tuple containing: number of connected components, orientability status, and manifoldness.

Return type

tuple (int, bool, bool)