# Decimation The decimation filter allows to reduce the number of triangles in a mesh. The algorithm performs a series of edge collapses, prioritized by user-specified criteria such as surface approximation error, normal deviation, or triangle quality. ```{note} The decimation filter can only be applied to triangle meshes. ```