From 80588fc44cf54bf5f3c6d17d756c9aeed8eb8574 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 10 Jan 2022 18:36:46 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 2 ++ 1 file changed, 2 insertions(+) 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