From 4e4ac1353e5eeb36c331699c7979e670108b86ae Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Wed, 11 Mar 2026 16:08:12 +0100 Subject: [PATCH] Include : - aggiunte funzioni per l'analisi di una surf di bezier. --- EInAPI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index e3d8c2c..fbbbb59 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -297,6 +297,8 @@ EIN_EXPORT int __stdcall EgtCreatePolygonFromApothem( int nParentId, int nNumSi const double ptMid[3], int nRefType) ; EIN_EXPORT int __stdcall EgtCreatePolygonFromSide( int nParentId, int nNumSides, const double ptIni[3], const double ptFin[3], int nRefType) ; +EIN_EXPORT int __stdcall EgtSurfBezierGetCurveU( int nSurfId, double dU, int nDestGroup) ; +EIN_EXPORT int __stdcall EgtSurfBezierGetCurveV( int nSurfId, double dV, int nDestGroup) ; // GeomDB Create Surf EIN_EXPORT int __stdcall EgtCreateSurfFrRectangle( int nParentId, const double ptIni[3], const double ptCross[3], int nRefType) ;