Include :
- sistemazioni varie.
This commit is contained in:
@@ -432,6 +432,10 @@ EXE_EXPORT bool ExeGetCalcPositions( const Point3d& ptP, double dAngA, double dA
|
||||
int& nStat, double& dX, double& dY, double& dZ) ;
|
||||
EXE_EXPORT bool ExeVerifyOutOfStroke( double dX, double dY, double dZ, double dAngA, double dAngB, int& nStat) ;
|
||||
EXE_EXPORT int ExeAddMachining( const std::string& sName, const std::string& sMachining) ;
|
||||
EXE_EXPORT bool ExeSetMachiningParam( int nType, bool bVal) ;
|
||||
EXE_EXPORT bool ExeSetMachiningParam( int nType, int nVal) ;
|
||||
EXE_EXPORT bool ExeSetMachiningParam( int nType, double dVal) ;
|
||||
EXE_EXPORT bool ExeSetMachiningParam( int nType, const std::string& sVal) ;
|
||||
EXE_EXPORT bool ExeSetMachiningGeometry( const SELVECTOR& vIds) ;
|
||||
EXE_EXPORT bool ExeApplyMachining( void) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user