From 0deab361c293caa7464f55f0ed88ce1ab1a16be2 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 1 Oct 2024 15:21:48 +0200 Subject: [PATCH] Include : - aggiornamento prototipi - aggiornamento mensile codici protezione librerie. --- EInAPI.h | 3 ++- EgtKeyCodes.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/EInAPI.h b/EInAPI.h index 541cd44..fb6051a 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -413,7 +413,7 @@ EIN_EXPORT BOOL __stdcall EgtSetStatus( int nId, int nStat) ; EIN_EXPORT BOOL __stdcall EgtRevertStatus( int nId) ; EIN_EXPORT BOOL __stdcall EgtGetStatus( int nId, int* pnStat) ; EIN_EXPORT BOOL __stdcall EgtGetCalcStatus( int nId, int* pnStat) ; -EIN_EXPORT BOOL __stdcall EgtSetMark( int nId) ; +EIN_EXPORT BOOL __stdcall EgtSetMark( int nId, int nMark) ; EIN_EXPORT BOOL __stdcall EgtResetMark( int nId) ; EIN_EXPORT BOOL __stdcall EgtGetMark( int nId, BOOL* pnMark) ; EIN_EXPORT BOOL __stdcall EgtGetCalcMark( int nId, BOOL* pnMark) ; @@ -551,6 +551,7 @@ EIN_EXPORT BOOL __stdcall EgtCutSurfTmClosedCurve( int nSurfId, int nCurveId, BO EIN_EXPORT BOOL __stdcall EgtSurfTmAdd( int nId1, int nId2, BOOL bTwoColors) ; EIN_EXPORT BOOL __stdcall EgtSurfTmSubtract( int nId1, int nId2, BOOL bTwoColors) ; EIN_EXPORT BOOL __stdcall EgtSurfTmIntersect( int nId1, int nId2, BOOL bTwoColors) ; +EIN_EXPORT BOOL __stdcall EgtSurfTmSetFaceColor( int nId, int nFacet, int nColor) ; EIN_EXPORT BOOL __stdcall EgtSurfTmResetTwoColors( int nId) ; EIN_EXPORT int __stdcall EgtSurfTmSplit( int nId, int nSplitterId, int* pnCount) ; EIN_EXPORT BOOL __stdcall EgtSurfTmCut( int nId, int nCutterId, BOOL bInVsOut, BOOL bSaveOnEq) ; diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index bb4a0e4..d1d873d 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -25,7 +25,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2609 ; +const int KEY_BASELIB_VER = 2610 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------