implement BezierCurve2d

This commit is contained in:
wmayer
2016-12-03 18:23:55 +01:00
parent d76df0ac94
commit 3941fc4cea
3 changed files with 99 additions and 82 deletions

View File

@@ -716,7 +716,7 @@ Py::Object TopoShapeEdgePy::getCurve() const
"For future usage 'Curve' will return 'Line' which is infinite "
"instead of the limited 'LineSegment'.\n"
"If you need a line segment then use this:\n"
"Part.LineSegment(edge.Curve,edge.FirstParameter,edge.LastParameter)"
"Part.LineSegment(edge.Curve,edge.FirstParameter,edge.LastParameter)\n"
"To suppress the warning set BaseApp/Preferences/Mod/Part/General/LineOld to false");
PyErr_Print();