From 3206961b8898dcdab2b2c08e9fa0b7e593c273bd Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 19 Mar 2026 19:30:04 +0100 Subject: [PATCH] EgtGeomKernel : - ricompilazione per cambio nome a metodo di VolZmap da EraseFins a RemoveFins. --- VolZmap.cpp | 2 +- VolZmap.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VolZmap.cpp b/VolZmap.cpp index 1bdd9cb..46d37d0 100644 --- a/VolZmap.cpp +++ b/VolZmap.cpp @@ -1866,7 +1866,7 @@ VolZmap::MakeUniform( double dToler, bool bIsExtensionFirst, int nToolNum) //---------------------------------------------------------------------------- bool -VolZmap::EraseFins( const Vector3d& vtDir, double dThick) +VolZmap::RemoveFins( const Vector3d& vtDir, double dThick) { // Verifico la Validità dello ZMap if ( ! IsValid()) diff --git a/VolZmap.h b/VolZmap.h index 6401bd9..81dbf3e 100644 --- a/VolZmap.h +++ b/VolZmap.h @@ -151,7 +151,7 @@ class VolZmap : public IVolZmap, public IGeoObjRW bool AddSurfTm( const ISurfTriMesh* pStm) override ; bool SubtractSurfTm( const ISurfTriMesh* pStm) override ; bool MakeUniform( double dToler, bool bIsExtensionFirst, int nToolNum) override ; - bool EraseFins( const Vector3d& vtDir, double dThick) override ; + bool RemoveFins( const Vector3d& vtDir, double dThick) override ; bool Offset( double dOffs, int nType) override ; public : // IGeoObjRW