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
+1 -1
View File
@@ -41,7 +41,7 @@ DistPointCurve::DistPointCurve( const Point3d& ptP, const ICurve& Curve, bool bI
case CRV_ARC :
ArcCalculate( ptP, Curve) ;
break ;
case CRV_BEZ :
case CRV_BEZIER :
CrvBezierCalculate( ptP, Curve) ;
break ;
case CRV_COMPO :