PyMeshLab Exceptions

exception meshlab.PyMeshLabException

Generic PyMeshLab exception.

exception meshlab.InvalidPercentageException

Exception raised when an invalid value (not between 0 and 100) is set in a Percentage object.

exception meshlab.MissingCompactnessException

Exception raised when the compactness of some components of a Mesh is required. Generally, a mesh is not compact when some elements have been removed.

exception meshlab.MissingComponentException

Exception raiesed when a component required by a filter is missing in a Mesh object.