diff --git a/EGkVolZmap.h b/EGkVolZmap.h index f63d7b4..f0186e4 100644 --- a/EGkVolZmap.h +++ b/EGkVolZmap.h @@ -1,12 +1,13 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2020 +// EgalTech 2015-2023 //---------------------------------------------------------------------------- -// File : EGkVolZmap.h Data : 12.05.19 Versione : 2.2k1 +// File : EGkVolZmap.h Data : 12.09.23 Versione : 2.5i1 // Contenuto : Dichiarazione della interfaccia IVolZmap. // // // // Modifiche : 22.01.15 DS Creazione modulo. +// 12.09.23 DS Aggiunto metodo IsTriDexel. // // //---------------------------------------------------------------------------- @@ -60,6 +61,7 @@ class __declspec( novtable) IVolZmap : public IGeoObj virtual bool GetBlockTriangles( int nBlock, TRIA3DEXVECTOR& vTria) const = 0 ; virtual bool GetEdges( ICURVEPOVECTOR& vpCurve) const = 0 ; virtual bool GetVolume( double& dVol) const = 0 ; + virtual bool IsTriDexel( void) const = 0 ; virtual bool GetDexelLines( int nDir, int nPos1, int nPos2, POLYLINELIST& lstPL) const = 0 ; virtual int GetResolution( void) const = 0 ; virtual bool ChangeResolution( int nDexvoxRatio) = 0 ;