From 104aa840bcc63d9ed8d4c995090f52d4411a018b Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 7 Dec 2020 14:34:18 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 64539e5..78b6931 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -473,6 +473,11 @@ 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) ; +// GeomDb Volume Modify +EIN_EXPORT int __stdcall EgtExplodeVolume( int nId, int* pnCount) ; +EIN_EXPORT BOOL __stdcall EgtRemoveVolZmapPart( int nId, int nPart) ; +EIN_EXPORT BOOL __stdcall EgtVolZmapChangeResolution( int nId, int nNewRes) ; + // GeomDb Get EIN_EXPORT BOOL __stdcall EgtTextNormVersor( int nId, int nRefId, double vtNorm[3]) ; EIN_EXPORT BOOL __stdcall EgtTextGetContent( int nId, wchar_t*& wsText) ;