EgtMachKernel :
- a MdbSetGeneralParam e MdbGetGeneralParam aggiunta gestione MGP_MAXDEPTHSAFE.
This commit is contained in:
@@ -301,6 +301,8 @@ MachMgr::MdbSetGeneralParam( int nType, double dVal)
|
||||
return pMsMgr->SetIntSawArcMaxSideAng( dVal) ;
|
||||
case MGP_SAFEAGGRBOTTZ :
|
||||
return pMsMgr->SetSafeAggrBottZ( dVal) ;
|
||||
case MGP_MAXDEPTHSAFE :
|
||||
return pMsMgr->SetMaxDepthSafe( dVal) ;
|
||||
}
|
||||
return false ;
|
||||
}
|
||||
@@ -373,6 +375,9 @@ MachMgr::MdbGetGeneralParam( int nType, double& dVal) const
|
||||
case MGP_SAFEAGGRBOTTZ :
|
||||
dVal = pMsMgr->GetSafeAggrBottZ() ;
|
||||
return true ;
|
||||
case MGP_MAXDEPTHSAFE :
|
||||
dVal = pMsMgr->GetMaxDepthSafe() ;
|
||||
return true ;
|
||||
}
|
||||
return false ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user