Include :

- aggiunta utilità per la classe chianCurve.
This commit is contained in:
Daniele Bariletti
2026-01-19 15:27:55 +01:00
parent 979d989232
commit f3631e973a
+3
View File
@@ -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 {