1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026254: Inject GeomAbs_OffsetCurve into GeomAbs_CurveType enumeration

This commit is contained in:
azv
2015-10-07 09:13:19 +03:00
committed by bugmaster
parent 79f4f03618
commit 1aec33207e
29 changed files with 138 additions and 139 deletions

View File

@@ -174,6 +174,7 @@ void TopOpeBRepBuild_Builder::PrintCur(const TopoDS_Edge& E)
case GeomAbs_Parabola : cout<<"PARABOLA"; break;
case GeomAbs_BezierCurve : cout<<"BEZIERCURVE"; break;
case GeomAbs_BSplineCurve : cout<<"BSPLINECURVE "<<GC.BSpline()->Degree(); break;
case GeomAbs_OffsetCurve : cout<<"OFFSETCURVE"; break;
case GeomAbs_OtherCurve : cout<<"OTHERCURVE"; break;
}
cout.flush();