Include :

- aggiunto il metodo IsPlanar per la SurfBezier.
This commit is contained in:
Daniele Bariletti
2024-04-17 15:59:38 +02:00
parent a8f06e3724
commit 620ffdd3c8
+1
View File
@@ -72,6 +72,7 @@ class __declspec( novtable) ISurfBezier : public ISurf
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 GetLoops( ICRVCOMPOPOVECTOR& vCC, bool bLineOrBezier, int nEdge = -1) const = 0 ;
virtual bool IsPlanar( void) const = 0 ;
} ;
//-----------------------------------------------------------------------------