EgtExecutor 2.3j2 :

- adattamenti per modifiche libreria GeomKernel.
This commit is contained in:
DarioS
2021-10-24 18:07:57 +02:00
parent aaaa7e38f4
commit 5333f6415e
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ TrimLine::TrimLineWithRegion( const ICurveLine* pLine, int nRegId, bool bOn, Int
return false ;
// calcolo la classificazione della curva rispetto alla regione
CRVCVECTOR ccClass ;
if ( ! pSFR->GetCurveClassification( *pLocCrv, ccClass))
if ( ! pSFR->GetCurveClassification( *pLocCrv, EPS_SMALL, ccClass))
return false ;
// determino gli intervalli di curva esterni alla regione
inOut.Reset() ;