mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0026254: Inject GeomAbs_OffsetCurve into GeomAbs_CurveType enumeration
This commit is contained in:
@@ -573,6 +573,7 @@ void DBRep_DrawableShape::DrawOn(Draw_Display& dis) const
|
||||
case GeomAbs_Hyperbola :
|
||||
case GeomAbs_BezierCurve :
|
||||
case GeomAbs_BSplineCurve :
|
||||
case GeomAbs_OffsetCurve :
|
||||
case GeomAbs_OtherCurve :
|
||||
for (j = 1; j <= myDiscret/2; j++) {
|
||||
Handle(DBRep_Face) aLocalFace = F;
|
||||
@@ -697,6 +698,7 @@ void DBRep_DrawableShape::DrawOn(Draw_Display& dis) const
|
||||
case GeomAbs_Hyperbola :
|
||||
case GeomAbs_BezierCurve :
|
||||
case GeomAbs_BSplineCurve :
|
||||
case GeomAbs_OffsetCurve :
|
||||
case GeomAbs_OtherCurve :
|
||||
for (j = 1; j <= myDiscret/2; j++) {
|
||||
Handle(DBRep_Edge) aLocaLEdge(E);
|
||||
|
Reference in New Issue
Block a user