Mesh::Mirror()

This commit is contained in:
Matthias Hochsteger
2020-09-01 20:50:03 +02:00
parent a8a0b9d50b
commit 2f18c2b1f7
3 changed files with 88 additions and 0 deletions

View File

@@ -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)