Include :
- aggiornamenti.
This commit is contained in:
+2
-2
@@ -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 ;
|
||||
} ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user