Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-12-07 14:34:18 +00:00
parent 6005c6b238
commit 104aa840bc
+5
View File
@@ -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) ;