Part: [skip ci] add missing methods to RectangularTrimmedSurface

This commit is contained in:
wmayer
2020-09-28 13:18:47 +02:00
parent afd6f39197
commit af8ff5c491
3 changed files with 48 additions and 2 deletions

View File

@@ -4566,7 +4566,7 @@ void GeomTrimmedSurface::Restore (Base::XMLReader &/*reader*/) {as
PyObject *GeomTrimmedSurface::getPyObject(void)
{
return 0;
return new RectangularTrimmedSurfacePy(static_cast<GeomTrimmedSurface*>(this->clone()));
}
// -------------------------------------------------