Quickmeasure: Allow measuring the length of a parabola

This commit is contained in:
theo-vt
2025-10-18 20:25:55 -04:00
committed by Chris Hennes
parent 2796296a24
commit a431ccc156

View File

@@ -399,6 +399,7 @@ double Measurement::length() const
case GeomAbs_Ellipse:
case GeomAbs_BSplineCurve:
case GeomAbs_Hyperbola:
case GeomAbs_Parabola:
case GeomAbs_BezierCurve: {
result += GCPnts_AbscissaPoint::Length(curve);
break;