diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index 94ad3223..8ec6a73a 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -272,6 +272,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m) ) .def("__repr__", &ToString) .def_property("index", &Element::GetIndex, &Element::SetIndex) + .def_property("curved", &Element::IsCurved, &Element::SetCurved) .def_property_readonly("vertices", FunctionPointer ([](const Element & self) -> py::list {