EgtMachKernel :
- in SpecialLink corretta la gestione dell'utensile in doppio.
This commit is contained in:
+1
-1
@@ -5987,7 +5987,7 @@ Operation::SpecialLink( const DBLVECTOR& vAxStart, const DBLVECTOR& vAxEnd, int
|
||||
string sHeadName = GetHeadName() ;
|
||||
int nExitNbr = GetExitNbr() ;
|
||||
string sTcPos = GetToolTcPos() ;
|
||||
if ( ( pPrevOpe != nullptr && ! bPrevMain) || ( pNextOpe != nullptr && ! bNextMain)) {
|
||||
if ( ( pPrevOpe != nullptr && pNextOpe == nullptr && ! bPrevMain) || ( pNextOpe != nullptr && ! bNextMain)) {
|
||||
if ( ! GetDoubleToolData( sToolName, sTcPos, sHeadName, nExitNbr))
|
||||
return false ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user