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:
@@ -301,6 +301,7 @@ void BOPTools_AlgoTools::CorrectRange(const TopoDS_Edge& aE1,
|
||||
//
|
||||
if (aCT==GeomAbs_BezierCurve ||
|
||||
aCT==GeomAbs_BSplineCurve||
|
||||
aCT==GeomAbs_OffsetCurve ||
|
||||
aCT==GeomAbs_OtherCurve) {
|
||||
|
||||
if(!i){
|
||||
@@ -369,6 +370,7 @@ void BOPTools_AlgoTools::CorrectRange(const TopoDS_Edge& aE,
|
||||
|
||||
if (aCT==GeomAbs_BezierCurve ||
|
||||
aCT==GeomAbs_BSplineCurve||
|
||||
aCT==GeomAbs_OffsetCurve ||
|
||||
aCT==GeomAbs_OtherCurve) {
|
||||
|
||||
if(!i){
|
||||
|
Reference in New Issue
Block a user