diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index e0e73858..54c32f49 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -668,7 +668,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m) [](const FaceDescriptor& self) { auto sc = self.SurfColour(); - return py::make_tuple(sc[0], sc[1], sc[2]); + return py::make_tuple(sc[0], sc[1], sc[2], sc[3]); }, [](FaceDescriptor& self, py::tuple col) {