EgtGeomKernel :
- piccola correzione in CalcPocketing.
This commit is contained in:
+1
-1
@@ -7020,7 +7020,7 @@ CalcZigZag( const ISurfFlatRegion* pSfrZigZag, const PocketParams& PockParams, I
|
||||
if ( vvSec[nI + 1][nA].bActive)
|
||||
continue ;
|
||||
PtrOwner<ICurveLine> pLA( CreateCurveLine()) ;
|
||||
if ( IsNull( pLA) || pLA->Set( vvSec[nI + 1][nA].ptS, vvSec[nI + 1][nA].ptE))
|
||||
if ( IsNull( pLA) || ! pLA->Set( vvSec[nI + 1][nA].ptS, vvSec[nI + 1][nA].ptE))
|
||||
return false ;
|
||||
vLineAbove.emplace_back( Release( pLA)) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user