+ PLate surface approximation

This commit is contained in:
wmayer
2015-11-19 18:52:19 +01:00
parent 13e2b24ddf
commit c8e241c9f3
4 changed files with 122 additions and 5 deletions

View File

@@ -445,9 +445,6 @@ makeCompound(PyObject *self, PyObject *args)
static PyObject * makeFilledFace(PyObject *self, PyObject *args)
{
// http://opencascade.blogspot.com/2010/03/surface-modeling-part6.html
// TODO: GeomPlate_BuildPlateSurface
// TODO: GeomPlate_MakeApprox
// TODO: BRepFeat_SplitShape
PyObject *obj;
PyObject *surf=0;