EgtGeomKernel :
- piccola correzione.
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user