Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411 This commit does not include fixes to source comments unless they were 'doxygenated'. No .xml files were altered either.
This commit is contained in:
@@ -180,7 +180,7 @@ PyObject* PlateSurfacePy::makeApprox(PyObject *args, PyObject* kwds)
|
||||
return new Part::BSplineSurfacePy(new Part::GeomBSplineSurface(hSurf));
|
||||
}
|
||||
|
||||
PyErr_SetString(PyExc_RuntimeError, "Approximation of B-Spline surface failed");
|
||||
PyErr_SetString(PyExc_RuntimeError, "Approximation of B-spline surface failed");
|
||||
return 0;
|
||||
} PY_CATCH_OCC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user