From 98d2a7902683d60b74730919ebe2b1ee4018c4d7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 13 Oct 2025 09:49:05 +0200 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index a11d1cf..9a2efe7 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -156,6 +156,8 @@ EIN_EXPORT int __stdcall EgtBeamModifyProcess( int nGeomId, int nGroup, int nPr int nCrvId, int nCrv2Id, BOOL bUpdate) ; EIN_EXPORT BOOL __stdcall EgtBeamEraseProcess( int nGeomId, BOOL bUpdate) ; EIN_EXPORT BOOL __stdcall EgtBeamEnableProcess( int nGeomId, BOOL bEnable, BOOL bUpdate) ; +EIN_EXPORT BOOL __stdcall EgtBeamCalcAllSolids( BOOL bShow, BOOL bRecalc) ; +EIN_EXPORT BOOL __stdcall EgtBeamShowAllSolids( BOOL bShow) ; EIN_EXPORT BOOL __stdcall EgtBeamCalcSolid( int nPartId, BOOL bRecalc) ; EIN_EXPORT int __stdcall EgtBeamGetSolid( int nPartId) ; EIN_EXPORT BOOL __stdcall EgtBeamShowSolid( int nPartId, BOOL bShow) ;