EgtGeomKernel 1.6f3 :
- ApproxWithLines per Curve con possibilità di forzare un lato - aggiunta MergeCurves a CurveComposite - a PolyLine aggiunte RemoveAlignedPoints e ApproxOnSide - corretta ExtendEndByLen e ExtendStartByLen per CurveArc quando è elica.
This commit is contained in:
+1
-1
@@ -1858,7 +1858,7 @@ GdbExecutor::CurveCompoFromCurveApproximation( const STRVECTOR& vsParams)
|
||||
return false ;
|
||||
if ( nType == 1) { // con linee
|
||||
PolyLine PL ;
|
||||
if ( ! CrvLoc.Get()->ApproxWithLines( dLinTol, ANG_TOL_STD_DEG, PL) ||
|
||||
if ( ! CrvLoc.Get()->ApproxWithLines( dLinTol, ANG_TOL_STD_DEG, ICurve::APL_STD, PL) ||
|
||||
! pCC->FromPolyLine( PL))
|
||||
return false ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user