PyMeshLab Exceptions

exception pmeshlab.PyMeshLabException

Generic PyMeshLab exception.

exception pmeshlab.InvalidPercentageException

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

exception pmeshlab.InvalidEnumException

Exception raised when an invalid enum value is used as argument of a filter.

exception pmeshlab.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 pmeshlab.MissingComponentException

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