EgtInterface :

- aggiornata interfaccia di EgtBeamSetPartBox.
This commit is contained in:
Dario Sassi
2020-12-31 11:21:53 +00:00
parent 1fbe896aec
commit 39962dab58
+2 -2
View File
@@ -71,9 +71,9 @@ __stdcall EgtBeamSetPartCount( int nCount)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtBeamSetPartBox( double dLength, double dHeight, double dWidth)
__stdcall EgtBeamSetPartBox( double dLength, double dHeight, double dWidth, BOOL bUpdate)
{
return ( ExeBeamSetPartBox( dLength, dHeight, dWidth) ? TRUE : FALSE) ;
return ( ExeBeamSetPartBox( dLength, dHeight, dWidth, ( bUpdate != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------