python export

This commit is contained in:
Joachim Schoeberl
2014-08-31 12:12:31 +00:00
parent a5650c992d
commit 7804ece54b
10 changed files with 118 additions and 121 deletions

View File

@@ -100,6 +100,7 @@ void ExportNetgenMeshing()
;
bp::class_<Element>("Element3D")
.add_property("index", &Element::GetIndex, &Element::SetIndex)
.add_property("vertices",
FunctionPointer ([](const Element & self) -> bp::list
{