Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2017-07-21 13:02:08 +00:00
parent 0d6d1d3a6f
commit ffedd04e42
+2 -2
View File
@@ -246,7 +246,7 @@ class __declspec( novtable) IMachMgr
virtual bool GetCalcAuxDirFromAngles( double dAngA, double dAngB, Vector3d& vtDir) const = 0 ;
virtual bool GetNearestAngleInStroke( int nInd, double dAngRef, double& dAng) const = 0 ;
virtual bool LimitAngleToStroke( int nInd, double& dAng) const = 0 ;
virtual bool VerifyOutstroke( double dX, double dY, double dZ, double dAngA, double dAngB, int& nStat) = 0 ;
virtual bool VerifyOutstroke( double dX, double dY, double dZ, double dAngA, double dAngB, int& nStat) const = 0 ;
virtual std::string GetOutstrokeInfo( bool bMM = true) const = 0 ;
// Machine
virtual int GetBaseId( const std::string& sBase) const = 0 ;
@@ -268,7 +268,7 @@ class __declspec( novtable) IMachMgr
virtual bool UnloadTool( const std::string& sHead, int nExit) = 0 ;
virtual bool ResetHeadSet( const std::string& sHead) = 0 ;
virtual bool SetMachineLook( int nFlag) = 0 ;
virtual int GetMachineLook( void) = 0 ;
virtual int GetMachineLook( void) const = 0 ;
} ;
//-----------------------------------------------------------------------------