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:
@@ -250,7 +250,7 @@ private:
|
||||
return Py::asObject(new Part::BSplineSurfacePy(new Part::GeomBSplineSurface(hSurf)));
|
||||
}
|
||||
|
||||
throw Py::RuntimeError("Computation of B-Spline surface failed");
|
||||
throw Py::RuntimeError("Computation of B-spline surface failed");
|
||||
}
|
||||
catch (const Py::Exception&) {
|
||||
// re-throw
|
||||
@@ -577,7 +577,7 @@ Mesh.show(m)
|
||||
return Py::asObject(new Part::BSplineSurfacePy(new Part::GeomBSplineSurface(hSurf)));
|
||||
}
|
||||
|
||||
throw Py::RuntimeError("Computation of B-Spline surface failed");
|
||||
throw Py::RuntimeError("Computation of B-spline surface failed");
|
||||
}
|
||||
#endif
|
||||
#if defined(HAVE_PCL_FILTERS)
|
||||
|
||||
Reference in New Issue
Block a user