From aabf9c7e95d00d7962ff74ed5c984fd432282625 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 22 Sep 2015 12:57:20 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EInAPI.h b/EInAPI.h index 22e255f..a27990d 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -191,6 +191,7 @@ EIN_EXPORT int __stdcall EgtCreatePolygonFromSide( int nParentId, int nNumSides const double ptFin[3], int nRefType) ; // GeomDB Create Surf +EIN_EXPORT int __stdcall EgtCreateSurfFlatRegion( int nParentId, int nNumId, const int nCrvIds[]) ; EIN_EXPORT int __stdcall EgtCreateSurfTmBBox( int nParentId, const double ptMin[3], const double ptMax[3], int nRefType) ; EIN_EXPORT int __stdcall EgtCreateSurfTmBox( int nParentId, const double ptIni[3], const double ptCross[3], const double ptDir[3], double dHeight, int nRefType) ;