mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-12 01:11:54 +08:00
Added glueing to OCC interface, geom.Glue() from Python
This commit is contained in:
@@ -66,6 +66,7 @@ DLL_HEADER void ExportNgOCC(py::module &m)
|
||||
}), py::arg("filename"),
|
||||
"Load OCC geometry from step, brep or iges file")
|
||||
.def(NGSPickle<OCCGeometry>())
|
||||
.def("Glue", &OCCGeometry::GlueGeometry)
|
||||
.def("Heal",[](OCCGeometry & self, double tolerance, bool fixsmalledges, bool fixspotstripfaces, bool sewfaces, bool makesolids, bool splitpartitions)
|
||||
{
|
||||
self.tolerance = tolerance;
|
||||
|
||||
Reference in New Issue
Block a user