EgtGeomKernel :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2026-01-19 15:31:56 +01:00
parent 96907d5952
commit 4f48337f62
+1 -1
View File
@@ -526,7 +526,7 @@ ChainCurves::GetChainedCurves( ICRVCOMPOPOVECTOR& vCrv, double dChainTol, bool b
nId = abs( nId) - 1 ;
if( bInvert)
vCrv[nId]->Invert() ;
if( ! pFirstCrv->AddCurve( Release( vCrv[nId]), true, dChainTol)) ;
if( ! pFirstCrv->AddCurve( Release( vCrv[nId]), true, dChainTol))
return false ;
}
pFirstCrv->GetEndPoint( ptStart) ;