Include :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2017-07-05 07:53:11 +00:00
parent 38fe363ee6
commit b2290a8ccb
+1 -1
View File
@@ -245,7 +245,7 @@ class __declspec( novtable) IMachMgr
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 const std::string& GetOutstrokeInfo( void) const = 0 ;
virtual std::string GetOutstrokeInfo( bool bMM = true) const = 0 ;
// Machine
virtual int GetBaseId( const std::string& sBase) const = 0 ;
virtual int GetTableId( const std::string& sTable) const = 0 ;