EgtMachKernel 1.6j4 :
- modifiche a DB utensili per gestione utensile corrente - prima versione generatore codice.
This commit is contained in:
+2
-2
@@ -69,7 +69,7 @@ MachMgr::GetTableArea1( int& nAreaId)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
MachMgr::AddSubPiece( const string& sName, const Point3d& ptPos, double dAngRotDeg)
|
||||
MachMgr::AddFixture( const string& sName, const Point3d& ptPos, double dAngRotDeg)
|
||||
{
|
||||
// recupero la prima operazione, deve essere la disposizione
|
||||
int nDispId = GetFirstOperation() ;
|
||||
@@ -78,7 +78,7 @@ MachMgr::AddSubPiece( const string& sName, const Point3d& ptPos, double dAngRotD
|
||||
if ( pDisp == nullptr)
|
||||
return false ;
|
||||
// eseguo l'operazione
|
||||
return pDisp->AddSubPiece( sName, ptPos, dAngRotDeg) ;
|
||||
return pDisp->AddFixture( sName, ptPos, dAngRotDeg) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user