Merge commit 'f9a496b41022dbad95699b10d6dfdcc29a0172d2'
This commit is contained in:
+2
-2
@@ -1583,7 +1583,7 @@ PocketingNT::GetExtrusionStm( const ISurfFlatRegion* pSfr, const Vector3d& vtTra
|
||||
{
|
||||
// controllo dei parametri
|
||||
if ( pSfr == nullptr || ! pSfr->IsValid())
|
||||
return false ;
|
||||
return nullptr ;
|
||||
|
||||
/*
|
||||
pSfr -> superficie da cui estrudere i lati chiusi
|
||||
@@ -1593,7 +1593,7 @@ PocketingNT::GetExtrusionStm( const ISurfFlatRegion* pSfr, const Vector3d& vtTra
|
||||
|
||||
PtrOwner<ISurfFlatRegion> pMySfr( CloneSurfFlatRegion( pSfr)) ;
|
||||
if ( IsNull( pMySfr) || ! pMySfr->IsValid())
|
||||
return false ;
|
||||
return nullptr ;
|
||||
pMySfr->Translate( vtTrasl) ;
|
||||
|
||||
// zuppa di triangoli
|
||||
|
||||
@@ -2779,6 +2779,7 @@ SurfRoughing::CloseOpenEdgesUnderTolerance( ISurfFlatRegion* pSfr, double dToler
|
||||
}
|
||||
}
|
||||
|
||||
RemoveChunksUnderTolerance( pSfrRegular) ;
|
||||
// resituisco la superficie
|
||||
pSfr->CopyFrom( pSfrRegular) ;
|
||||
return true ;
|
||||
|
||||
Reference in New Issue
Block a user