From 361f822316d8476d4f7084819defc35fad009fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 20 Nov 2018 09:36:27 +0100 Subject: [PATCH] access 'curved' of 3D elements --- libsrc/meshing/python_mesh.cpp | 1 + 1 file changed, 1 insertion(+) 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 {