Include :

- aggiunta funzione di correzione per bezier importate.
This commit is contained in:
Daniele Bariletti
2025-12-19 15:05:38 +01:00
parent 25817a8911
commit 02bea83d38
+1
View File
@@ -101,6 +101,7 @@ class __declspec( novtable) ISurfBezier : public ISurf
virtual bool CreateByPointCurve( const Point3d& pt, const ICurve* pCurve) = 0 ;
virtual bool CreateByTwoCurves( const ICurve* pCurve1, const ICurve* pCurve2, int nType) = 0 ;
virtual bool CreateBySetOfCurves( const ICURVEPOVECTOR& vCrvBez, bool bReduceToDeg3 = true) = 0 ;
virtual bool RemoveCollapsedSpans() = 0 ;
} ;
//-----------------------------------------------------------------------------