EgtMachKernel 3.1e5 :
- modifiche a svuotature per correzioni raggio fresa in macchina - preparazione di fresature per correzioni raggio fresa in macchina.
This commit is contained in:
+12
@@ -587,11 +587,23 @@ CamData::CamData( void)
|
||||
bool
|
||||
CamData::SetMoveType( int nMove)
|
||||
{
|
||||
if ( nMove < 0 || nMove > 3)
|
||||
return false ;
|
||||
m_nMove = nMove ;
|
||||
ResetObjGraphics() ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
CamData::SetCorrType( int nCorr)
|
||||
{
|
||||
if ( nCorr != 0 && nCorr != 41 && nCorr != 42 && nCorr != 140 && nCorr != 141 && nCorr != 142)
|
||||
return false ;
|
||||
m_nCorre = nCorr ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
CamData::SetToolDir( const Vector3d& vtDir)
|
||||
|
||||
Reference in New Issue
Block a user