From 3d95e582effd048476fb0fbee4fb1e7d256197c5 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Mon, 14 Apr 2025 11:20:32 +0200 Subject: [PATCH] =?UTF-8?q?Include:=20-=20aggiunta=20funzione=20per=20una?= =?UTF-8?q?=20trimesh=20pi=C3=B9=20fine=20per=20le=20bezier.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EGkSurfBezier.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkSurfBezier.h b/EGkSurfBezier.h index 12e93f6..d4e0620 100644 --- a/EGkSurfBezier.h +++ b/EGkSurfBezier.h @@ -69,6 +69,7 @@ public : // IGeoObj virtual bool GetControlCurveOnU( int nIndV, PolyLine& plCtrlU) const = 0 ; virtual bool GetControlCurveOnV( int nIndU, PolyLine& plCtrlV) const = 0 ; virtual const ISurfTriMesh* GetAuxSurf( void) const = 0 ; + virtual const ISurfTriMesh* GetAuxSurfRefined( void) const = 0 ; virtual ISurfTriMesh* GetApproxSurf( double dTol, double dSideMin = 100 * EPS_SMALL) const = 0 ; virtual bool GetLeaves ( std::vector>& vLeaves) const = 0 ; virtual bool GetTriangles2D( std::vector>& vTria2D) const = 0 ;