From 9bcc1d82085ece934636eb85c1b37ee13e7a2ba7 Mon Sep 17 00:00:00 2001 From: DarioS Date: Thu, 26 May 2022 14:43:47 +0200 Subject: [PATCH] Include : - aggiunto prototipo. --- EInAPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EInAPI.h b/EInAPI.h index cbd36f7..03c0995 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -535,6 +535,7 @@ EIN_EXPORT BOOL __stdcall EgtTextGetItalic( int nId, BOOL* pbItl) ; // GeomDb Curve Get EIN_EXPORT BOOL __stdcall EgtCurveDomain( int nId, double* pdStart, double* pdEnd) ; EIN_EXPORT BOOL __stdcall EgtCurveLength( int nId, double* pdLen) ; +EIN_EXPORT BOOL __stdcall EgtCurveParamAtLength( int nId, double dLen, double* pdU) ; EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, const double ptOn[3], double dExtend, double* pdLen) ; EIN_EXPORT BOOL __stdcall EgtCurveIsClosed( int nId) ; EIN_EXPORT BOOL __stdcall EgtCurveIsFlat( int nId, BOOL bUseExtrusion, double dToler, double vtN[3], double* pdDist) ;