Sketcher - Add new Split Edge action
This commit is contained in:
committed by
abdullahtahiriyo
parent
ae0a31542f
commit
4d6b1f3eb8
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user