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 ; } ; //-----------------------------------------------------------------------------