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:
luzpaz
2017-11-17 19:30:37 -05:00
parent bd59cea7f3
commit 706141b967
16 changed files with 29 additions and 29 deletions

View File

@@ -760,7 +760,7 @@ PyObject* GeometrySurfacePy::toBSpline(PyObject * args)
return new BSplineSurfacePy(new GeomBSplineSurface(cvt.Surface()));
}
else {
Standard_Failure::Raise("Cannot convert to B-Spline surface");
Standard_Failure::Raise("Cannot convert to B-spline surface");
}
}
catch (Standard_Failure& e) {