Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-06-01 15:03:14 +00:00
parent 223e38ba90
commit c1145c547b
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -213,6 +213,8 @@ class __declspec( novtable) IMachMgr
virtual bool GetMachiningParam( int nType, std::string& sVal) const = 0 ;
virtual bool GetMachiningGeometry( SELVECTOR& vIds) const = 0 ;
virtual bool IsMachiningEmpty( void) const = 0 ;
virtual bool GetMachiningStartPoint( Point3d& ptStart) const = 0 ;
virtual bool GetMachiningEndPoint( Point3d& ptEnd) const = 0 ;
// Simulation
virtual bool SimStart( bool bFirst) = 0 ;
virtual bool SimMove( int& nStatus) = 0 ;
+3
View File
@@ -755,6 +755,9 @@ EXE_EXPORT bool ExeGetMachiningParam( int nType, double& dVal) ;
EXE_EXPORT bool ExeGetMachiningParam( int nType, std::string& sVal) ;
EXE_EXPORT bool ExeGetMachiningGeometry( SELVECTOR& vIds) ;
EXE_EXPORT bool ExeIsMachiningEmpty( void) ;
EXE_EXPORT bool ExeGetMachiningStartPoint( Point3d& ptStart) ;
EXE_EXPORT bool ExeGetMachiningEndPoint( Point3d& ptEnd) ;
EXE_EXPORT bool ExeUpdateAllMachinings( bool bStopOnFirstErr, std::string& sErrList) ;
// Simulation
EXE_EXPORT bool ExeSimStart( bool bFirst) ;
EXE_EXPORT bool ExeSimMove( int& nStatus) ;