Implement and export SplineGeometry2d::SetDomainTensorMeshing

This commit is contained in:
Matthias Hochsteger
2020-06-08 10:39:31 +02:00
parent efbd71c8d5
commit 5bea3bb612
2 changed files with 14 additions and 2 deletions

View File

@@ -392,6 +392,7 @@ DLL_HEADER void ExportGeom2d(py::module &m)
}, py::arg("mp") = nullptr,
py::call_guard<py::gil_scoped_release>(),
meshingparameter_description.c_str())
.def("_SetDomainTensorMeshing", &SplineGeometry2d::SetDomainTensorMeshing)
;
}