EgtInterface :
- aggiornata interfaccia di EgtBeamSetPartBox.
This commit is contained in:
+2
-2
@@ -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) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user