EgtGeomKernel 2.2c3 :

- modifiche alle curve di Bezier per uso contenitori STL
- aggiunte superfici di Bezier
- versione DB geometrico passata a 1016.
This commit is contained in:
Dario Sassi
2020-03-26 11:52:09 +00:00
parent 7347cc611c
commit 04e4087f3b
26 changed files with 1249 additions and 51 deletions
+3 -3
View File
@@ -46,7 +46,7 @@ GetLineTgTwoCurves( const ICurve& cCrv1, const Point3d& ptNear1,
case CRV_ARC :
{ const CurveArc& crvArc2 = *GetBasicCurveArc( &cCrv2) ;
return GetLineTgLineArc( crvLine1, ptNear1, crvArc2, ptNear2) ; }
case CRV_BEZ :
case CRV_BEZIER :
return nullptr ;
case CRV_COMPO :
return nullptr ;
@@ -66,7 +66,7 @@ GetLineTgTwoCurves( const ICurve& cCrv1, const Point3d& ptNear1,
case CRV_ARC :
{ const CurveArc& crvArc2 = *GetBasicCurveArc( &cCrv2) ;
return GetLineTgTwoArcs( crvArc1, ptNear1, crvArc2, ptNear2) ; }
case CRV_BEZ :
case CRV_BEZIER :
return nullptr ;
case CRV_COMPO :
return nullptr ;
@@ -74,7 +74,7 @@ GetLineTgTwoCurves( const ICurve& cCrv1, const Point3d& ptNear1,
return nullptr ;
}
}
case CRV_BEZ :
case CRV_BEZIER :
return nullptr ;
case CRV_COMPO :
return nullptr ;