Sketcher - Add new Split Edge action

This commit is contained in:
Tomas Pavlicek
2021-02-09 23:17:40 +01:00
committed by abdullahtahiriyo
parent 9209d35390
commit a7d83b5e15
11 changed files with 1276 additions and 14 deletions

View File

@@ -684,7 +684,7 @@ bool GeomCurve::normalAt(double u, Base::Vector3d& dir) const
return false;
}
bool GeomCurve::intersect( GeomCurve * c,
bool GeomCurve::intersect( const GeomCurve *c,
std::vector<std::pair<Base::Vector3d, Base::Vector3d>>& points,
double tol) const
{