EgtInterface 1.6i4 :
- Set e Get per InfoDouble su entità - aggiunte EgtGetFirstNameInGroup e sue derivate - modificata EgtPackPart.
This commit is contained in:
+2
-2
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user