EgtExecutor 2.3a3 :
- allineata ExeSurfTmFacetOppositeSideEx a EgtMachKernel - aggiunte ExeGetCalcHead e ExeGetCalcExit - ora EgtGetCalcTool restituisce anche testa e uscita.
This commit is contained in:
@@ -3043,6 +3043,26 @@ ExeGetCalcTool( string& sTool)
|
||||
return pMachMgr->GetCalcTool( sTool) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetCalcHead( string& sHead)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// restituisco il nome della testa corrente per il calcolo sulla macchina della macchinata corrente
|
||||
return pMachMgr->GetCalcHead( sHead) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetCalcExit( int& nExit)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// restituisco il numero dell'uscita corrente per il calcolo sulla macchina della macchinata corrente
|
||||
return pMachMgr->GetCalcExit( nExit) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetCalcAngles( const Vector3d& vtDirT, const Vector3d& vtDirA,
|
||||
|
||||
Reference in New Issue
Block a user