Part: export Part::shape2pyshape

This commit is contained in:
Zheng, Lei
2017-01-19 23:05:30 +08:00
parent c8835d3c75
commit 3bf3bd5cee
2 changed files with 5 additions and 1 deletions

View File

@@ -105,7 +105,9 @@ PyObject* Curve2dPy::reverse(PyObject * args)
return 0;
}
namespace Part {
extern Py::Object shape2pyshape(const TopoDS_Shape &shape);
}
PyObject* Curve2dPy::toShape(PyObject *args)
{