.def("copy",static_cast<Trade::MeshData(*)(constTrade::MeshData&)>(MeshTools::copy),"Make a owned copy of the mesh",py::arg("mesh"))
.def("copy",static_cast<Trade::MeshData(*)(constTrade::MeshData&)>(MeshTools::copy),"Make an owned copy of the mesh",py::arg("mesh"))
/** @todo check that the indices/vertices aren't impl-specific once
/** @todo check that the indices/vertices aren't impl-specific once
it'spossibletotest*/
it'spossibletotest*/
.def("remove_duplicates",static_cast<Trade::MeshData(*)(constTrade::MeshData&)>(MeshTools::removeDuplicates),"Remove mesh data duplicates",py::arg("mesh"))
.def("remove_duplicates",static_cast<Trade::MeshData(*)(constTrade::MeshData&)>(MeshTools::removeDuplicates),"Remove mesh data duplicates",py::arg("mesh"))