From 951437e836f14f3c74280357694ec6b9338db40d Mon Sep 17 00:00:00 2001 From: Riccardo Elitropi Date: Thu, 23 Jul 2026 14:39:42 +0200 Subject: [PATCH] Include : - aggiunta funzione per trimmare una SurfFlatRegion con un piano. --- EGkSurfFlatRegion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkSurfFlatRegion.h b/EGkSurfFlatRegion.h index bb11f61..6a1d2be 100644 --- a/EGkSurfFlatRegion.h +++ b/EGkSurfFlatRegion.h @@ -32,6 +32,7 @@ class __declspec( novtable) ISurfFlatRegion : public ISurf virtual bool AddExtLoop( ICurve* pCrv) = 0 ; virtual bool AddIntLoop( const ICurve& cCrv) = 0 ; virtual bool AddIntLoop( ICurve* pCrv) = 0 ; + virtual bool Cut( const Plane3d& plPlane) = 0 ; virtual bool Add( const ISurfFlatRegion& Other) = 0 ; virtual bool Subtract( const ISurfFlatRegion& Other) = 0 ; virtual bool Intersect( const ISurfFlatRegion& Other) = 0 ;