From ee36aec736468d364d28824d64ccd801617d4415 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 30 Dec 2019 19:03:14 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 4e51297..2449760 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -151,6 +151,12 @@ EIN_EXPORT int __stdcall EgtCreateTextEx( int nParentId, const double ptP[3], d EIN_EXPORT int __stdcall EgtCreateTextAdv( int nParentId, const double ptP[3], double dAngRotDeg, const wchar_t* wsText, const wchar_t* wsFont, int nW, BOOL bItalic, double dH, double dRat, double dAddAdv, int nInsPos, int nRefType) ; +EIN_EXPORT int __stdcall EgtCreateHorizontalDimension( int nParentId, const double ptP1[3], const double ptP2[3], + const double ptDim[3], const wchar_t* wsText, int nRefType) ; +EIN_EXPORT int __stdcall EgtCreateVerticalDimension( int nParentId, const double ptP1[3], const double ptP2[3], + const double ptDim[3], const wchar_t* wsText, int nRefType) ; +EIN_EXPORT int __stdcall EgtCreateAlignedDimension( int nParentId, const double ptP1[3], const double ptP2[3], + const double ptDim[3], const wchar_t* wsText, int nRefType) ; // GeomDB Create Curve EIN_EXPORT int __stdcall EgtCreateLine( int nParentId,