mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0026254: Inject GeomAbs_OffsetCurve into GeomAbs_CurveType enumeration
This commit is contained in:
@@ -185,6 +185,7 @@ void TestTopOpeDraw_TTOT::CurveToString
|
||||
case GeomAbs_Parabola : N = "PARABOLA"; break;
|
||||
case GeomAbs_BezierCurve : N = "BEZIER"; break;
|
||||
case GeomAbs_BSplineCurve : N = "BSPLINE"; break;
|
||||
case GeomAbs_OffsetCurve : N = "OFFSET"; break;
|
||||
case GeomAbs_OtherCurve : N = "OTHER"; break;
|
||||
default : N = "UNKNOWN"; break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user