From 707c01e3e375df325ab0675e6e22894dcb114c2c Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Tue, 31 Mar 2026 16:20:24 +0200 Subject: [PATCH] =?UTF-8?q?Include=20:=20-=20aggiunta=20funzione=20di=20ut?= =?UTF-8?q?ilit=C3=A0=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 dcde195..42379b0 100644 --- a/EGkSurfBezier.h +++ b/EGkSurfBezier.h @@ -103,6 +103,7 @@ class __declspec( novtable) ISurfBezier : public ISurf virtual bool CreateBySetOfCurves( const ICURVEPOVECTOR& vCrvBez, bool bReduceToDeg3 = true) = 0 ; virtual bool RemoveCollapsedSpans() = 0 ; virtual PNTVECTOR GetAllControlPoints( void) const = 0 ; + virtual bool LimitSurfToTrimmedRegion( void) = 0 ; } ; //-----------------------------------------------------------------------------