EgtGeomKernel :

- piccola correzione in CalcPocketing.
This commit is contained in:
Riccardo Elitropi
2026-05-29 13:25:47 +02:00
parent 119bbe0bcb
commit a5684b2bf3
+1 -1
View File
@@ -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)) ;
}