EgtIntrerface :

- estese e aggiornate interfacce.
This commit is contained in:
Dario Sassi
2015-10-01 20:48:35 +00:00
parent 1429e40ff4
commit 3730add9d3
5 changed files with 108 additions and 4 deletions
+7
View File
@@ -19,6 +19,13 @@
using namespace std ;
//-------------------------------------------------------------------------------
int
__stdcall EgtCreateSurfFrRectangle( int nParentId, const double ptIni[3], const double ptCross[3], int nRefType)
{
return ExeCreateSurfFrRectangle( nParentId, ptIni, ptCross, nRefType) ;
}
//-------------------------------------------------------------------------------
int
__stdcall EgtCreateSurfFlatRegion( int nParentId, int nNumId, const int nCrvIds[])