Redraw after geom2d::Draw()

This commit is contained in:
Matthias Hochsteger 2019-12-10 17:57:20 +01:00
parent 4a6b6e8ab8
commit a06189ac4e

View File

@ -367,6 +367,7 @@ DLL_HEADER void ExportGeom2d(py::module &m)
([] (shared_ptr<SplineGeometry2d> self)
{
ng_geometry = self;
py::module::import("netgen").attr("Redraw")();
})
)