mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
access 'curved' of 3D elements
This commit is contained in:
parent
e67c48c094
commit
361f822316
@ -272,6 +272,7 @@ DLL_HEADER void ExportNetgenMeshing(py::module &m)
|
||||
)
|
||||
.def("__repr__", &ToString<Element>)
|
||||
.def_property("index", &Element::GetIndex, &Element::SetIndex)
|
||||
.def_property("curved", &Element::IsCurved, &Element::SetCurved)
|
||||
.def_property_readonly("vertices",
|
||||
FunctionPointer ([](const Element & self) -> py::list
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user