From a7c06cda276dcafa6e3cafab0eaa7e7e2f1de3e6 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 3 Jan 2019 08:02:20 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkSurfTriMesh.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EGkSurfTriMesh.h b/EGkSurfTriMesh.h index 18bc12b..8a1dccc 100644 --- a/EGkSurfTriMesh.h +++ b/EGkSurfTriMesh.h @@ -86,6 +86,9 @@ class __declspec( novtable) ISurfTriMesh : public ISurf virtual bool Cut( const Plane3d& plPlane, bool bSaveOnEq) = 0 ; virtual bool GetAllTriaOverlapBox( const BBox3d& b3Box, INTVECTOR& vT) const = 0 ; virtual const BBox3d& GetAllTriaBox( void) const = 0 ; + virtual int GetPartCount( void) const = 0 ; + virtual bool RemovePart( int nPart) = 0 ; + virtual ISurfTriMesh* ClonePart( int nPart) const = 0 ; } ; //-----------------------------------------------------------------------------