From e4d75803ce8b3faf64f3d7ac9518b7dc2fca1605 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Thu, 21 Mar 2024 15:02:17 +0100 Subject: [PATCH] Include : - modificato il nome di una funzione per le Bezier. --- EGkSurfBezier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGkSurfBezier.h b/EGkSurfBezier.h index 46594cc..eaffd02 100644 --- a/EGkSurfBezier.h +++ b/EGkSurfBezier.h @@ -72,7 +72,7 @@ class __declspec( novtable) ISurfBezier : public ISurf virtual bool CalcPoles( void) ; virtual bool IncreaseUV( double& dU, double dx, bool bUOrV, double* dUVCopy = nullptr, bool bModifyOrig = true) const = 0 ; virtual bool IncreaseUV( Point3d& ptUV, Vector3d vtH , Point3d* ptUVCopy, bool bModifyOrig) const = 0 ; - virtual bool GetEdges3D( ICRVCOMPOPOVECTOR& vCC, bool bLineOrBezier, int nEdge = -1) const = 0 ; + virtual bool GetLoops( ICRVCOMPOPOVECTOR& vCC, bool bLineOrBezier, int nEdge = -1) const = 0 ; } ; //-----------------------------------------------------------------------------