EgtInterface 1.6i4 :

- Set e Get per InfoDouble su entità
- aggiunte EgtGetFirstNameInGroup e sue derivate
- modificata EgtPackPart.
This commit is contained in:
Dario Sassi
2015-09-07 08:24:30 +00:00
parent fa39f868d0
commit 10e170916e
4 changed files with 48 additions and 2 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ __stdcall EgtCreateFlatParts( int nType)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtPackPart( int nId, double dXmax, double dOffs)
__stdcall EgtPackPart( int nId, double dXmin, double dYmin, double dXmax, double dOffs)
{
return ( ExePackPart( nId, dXmax, dOffs) ? TRUE : FALSE) ;
return ( ExePackPart( nId, dXmin, dYmin, dXmax, dOffs) ? TRUE : FALSE) ;
}