mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-16 00:20:34 +08:00
Mesh::Mirror()
This commit is contained in:
@@ -1150,6 +1150,7 @@ grow_edges : bool = False
|
||||
})
|
||||
.def ("CalcTotalBadness", &Mesh::CalcTotalBad)
|
||||
.def ("GetQualityHistogram", &Mesh::GetQualityHistogram)
|
||||
.def("Mirror", &Mesh::Mirror);
|
||||
;
|
||||
|
||||
m.def("ImportMesh", [](const string& filename)
|
||||
|
||||
Reference in New Issue
Block a user