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 5c5f1d743f
commit 63080eef8e

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;