mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0026254: Inject GeomAbs_OffsetCurve into GeomAbs_CurveType enumeration
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
}
|
||||
if (aCurveType==GeomAbs_BSplineCurve||
|
||||
aCurveType==GeomAbs_BezierCurve ||
|
||||
aCurveType==GeomAbs_OffsetCurve ||
|
||||
aCurveType==GeomAbs_Ellipse ||
|
||||
aCurveType==GeomAbs_OtherCurve) { //modified by NIZNHY-PKV Fri Sep 24 09:52:42 2004ft
|
||||
continue;
|
||||
|
@@ -729,6 +729,7 @@ Standard_Integer IntTools_BeanFaceIntersector::FastComputeExactIntersection()
|
||||
//
|
||||
if((aCT==GeomAbs_BezierCurve) ||
|
||||
(aCT==GeomAbs_BSplineCurve) ||
|
||||
(aCT==GeomAbs_OffsetCurve) ||
|
||||
(aCT==GeomAbs_OtherCurve)) {
|
||||
return aresult;
|
||||
}
|
||||
|
@@ -1305,6 +1305,7 @@ Standard_Real ResolutionCoeff(const BRepAdaptor_Curve& theBAC,
|
||||
break;
|
||||
case GeomAbs_Hyperbola :
|
||||
case GeomAbs_Parabola :
|
||||
case GeomAbs_OffsetCurve :
|
||||
case GeomAbs_OtherCurve :{
|
||||
Standard_Real k, kMin, aDist, aDt, aT1, aT2, aT;
|
||||
Standard_Integer aNbP, i;
|
||||
|
Reference in New Issue
Block a user