diff --git a/EInAPI.h b/EInAPI.h index d6066e7..6937f81 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -879,6 +879,8 @@ EIN_EXPORT BOOL __stdcall EgtGetMachiningParamDouble( int nType, double* pdVal) EIN_EXPORT BOOL __stdcall EgtGetMachiningParamString( int nType, wchar_t*& wsVal) ; EIN_EXPORT BOOL __stdcall EgtGetMachiningGeometry( int nInd, int* pnId, int* pnSub) ; EIN_EXPORT BOOL __stdcall EgtIsMachiningEmpty( void) ; +EIN_EXPORT BOOL __stdcall EgtGetMachiningStartPoint( double ptP[3]) ; +EIN_EXPORT BOOL __stdcall EgtGetMachiningEndPoint( double ptP[3]) ; EIN_EXPORT BOOL __stdcall EgtApplyAllMachinings( BOOL bRecalc, BOOL bStopOnFirstErr, wchar_t*& wsErrList) ; EIN_EXPORT BOOL __stdcall EgtUpdateAllMachinings( BOOL bStopOnFirstErr, wchar_t*& wsErrList) ; // Simulation