mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
python export
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user