EgtExchange 2.4d5 :

- corretta gestione FreeContour di gruppo 0 con flag pocket.
This commit is contained in:
DarioS
2022-04-30 11:07:45 +02:00
parent d3fd4bb971
commit bc2f55efab
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6960,7 +6960,7 @@ BtlGeom::CreateFreeContours( void)
Vector3d vtN ;
if ( pPocket->GetFacetNormal( 0, vtN) && vtExtr * vtN < 0) {
pPocket->Invert() ;
if ( nGroup == 3) {
if ( nGroup != 4) {
pStm->Invert() ;
pCrvCompo->Invert() ;
}