implement method to get GeomSurface from Geom_Surface

This commit is contained in:
wmayer
2016-10-17 22:39:17 +02:00
parent 03d6c2ebf8
commit b44408a2a4
5 changed files with 76 additions and 5 deletions

View File

@@ -72,8 +72,9 @@
#include "TopoShapePy.h"
#include "TopoShapeEdgePy.h"
// TODO: This should be somewhere globally, but where? Currently located in GeometrySurfacePyImp.cpp
namespace Part {
extern const Py::Object makeGeometryCurvePy(const Handle_Geom_Curve& c);
}
using namespace Part;