QCoreApplication::translate("PythonDocMeshRepair","Selects all vertices that have valence 3 and the normals of their neighboring faces have an angle less then the given angle").toLatin1().data(),
py::arg(QCoreApplication::translate("PythonDocMeshRepair","ID of the object").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocMeshRepair","Maximal angle between the adjacent faces").toLatin1().data()));
QCoreApplication::translate("PythonDocMeshRepair","Snaps selected boundary vertices together if they are closer than the given distance. No new vertices will be introduced on either edge, so they are just snapped to existing ones.").toLatin1().data(),
py::arg(QCoreApplication::translate("PythonDocMeshRepair","ID of the object").toLatin1().data()),
QCoreApplication::translate("PythonDocMeshRepair","Remove non-manifold vertices by duplicating them").toLatin1().data(),
py::arg(QCoreApplication::translate("PythonDocMeshRepair","ID of the object").toLatin1().data()));
repair.def("fixMesh",&MeshRepairPlugin::fixMesh,
QCoreApplication::translate("PythonDocMeshRepair","Fix Mesh: Degenerated faces will be removed and all vertices which are closer than the given distance will be collapsed. Non-manifold configurations at vertices will be removed and all faces of each component will be updated to have the same orientation.").toLatin1().data(),
py::arg(QCoreApplication::translate("PythonDocMeshRepair","ID of the object").toLatin1().data()),