EgtGeomKernel :
- aggiunta VolZmap::ResetTool - in VolZmap aggiunto controllo utensile definito prima di effettuare un movimento di lavorazione.
This commit is contained in:
@@ -489,6 +489,9 @@ VolZmap::MillingStep( const Point3d& ptPs, const Vector3d& vtDs, const Point3d&
|
||||
bool
|
||||
VolZmap::MillingStep( const Point3d& ptPs, const Vector3d& vtDs, const Vector3d& vtAs, const Point3d& ptPe, const Vector3d& vtDe, const Vector3d& vtAe)
|
||||
{
|
||||
// Se non è definito l'utensile, non devo fare alcunchè
|
||||
if ( m_Tool.GetType() == Tool::UNDEF)
|
||||
return true ;
|
||||
// Controllo definizione vettori direzione
|
||||
if ( vtDs.IsSmall() || vtDe.IsSmall())
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user