From f3631e973a780f5f1a0273009cd3da59258269cd Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Mon, 19 Jan 2026 15:27:55 +0100 Subject: [PATCH] =?UTF-8?q?Include=20:=20-=20aggiunta=20utilit=C3=A0=20per?= =?UTF-8?q?=20la=20classe=20chianCurve.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EGkChainCurves.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EGkChainCurves.h b/EGkChainCurves.h index 19451ef..a0c727e 100644 --- a/EGkChainCurves.h +++ b/EGkChainCurves.h @@ -16,6 +16,7 @@ #include "/EgtDev/Include/EGkPointGrid3d.h" #include "/EgtDev/Include/EGkGeoCollection.h" +#include "/EgtDev/Include/EGkCurveComposite.h" class IGeomDB ; @@ -56,6 +57,8 @@ class ChainCurves { return m_bIsFork ; } //! Restituisce il vettore con gli Id delle entità tra cui scegliere sulla biforcazione EGK_EXPORT bool GetForkIds( INTVECTOR& vForkIds) ; + //! fa il join delle curve passate in input + EGK_EXPORT bool GetChainedCurves( ICRVCOMPOPOVECTOR& vCrv, double dChainTol = 5 * EPS_SMALL, bool bAllowInvert = false) ; private : struct CrvData {