mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Redraw after geom2d::Draw()
This commit is contained in:
parent
4a6b6e8ab8
commit
a06189ac4e
@ -367,6 +367,7 @@ DLL_HEADER void ExportGeom2d(py::module &m)
|
|||||||
([] (shared_ptr<SplineGeometry2d> self)
|
([] (shared_ptr<SplineGeometry2d> self)
|
||||||
{
|
{
|
||||||
ng_geometry = self;
|
ng_geometry = self;
|
||||||
|
py::module::import("netgen").attr("Redraw")();
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user