EgtMachKernel :

- in finiture Optimal aggiunto controllo per bSkipMaxDown.
This commit is contained in:
Riccardo Elitropi
2025-01-20 11:52:35 +01:00
parent 7b02dd3887
commit af244eb59f
+1 -2
View File
@@ -1343,8 +1343,7 @@ SurfFinishing::ProcessPath( int nPathId, int nPvId, int nClId)
// se richiesto, elimino le parti al massimo affondamento
if ( bSkipMaxDown &&
( m_Params.m_nSubType != SURFFIN_SUB_Z_CONST &&
m_Params.m_nSubType != SURFFIN_SUB_OPTIMAL)) {
m_Params.m_nSubType != SURFFIN_SUB_Z_CONST) {
// calcolo silhouette dell'insieme di superfici
CISURFTMPVECTOR vpStm ; vpStm.reserve( vSurfId.size()) ;
for ( int i = 0 ; i < int( vSrfLoc.size()) ; ++ i)