Biblioteca de C++ que se utiliza para trabajar con superficies triangulares y realizar operaciones específicas en ellas. Incluye los ejecutables psurface-convert, psurface-simplify y psurface-smooth
$ psurface-convert -f obj -i input.obj -o output.ply
$ psurface-convert -f ply -i smoothed.ply -o output.stl
$ psurface-simplify -i input.ply -o simplified.ply -t 0.05
$ psurface-smooth -i input.ply -o smoothed.ply -n 5