EgtInterface 1.9b1 :

- aggiunta EgtCalcFlatPartUpRegion.
This commit is contained in:
Dario Sassi
2018-02-05 07:18:19 +00:00
parent 516ce69b10
commit c997f55c1c
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -33,6 +33,13 @@ __stdcall EgtAdjustFlatPartLayer( int nLayerId)
return ( ExeAdjustFlatPartLayer( nLayerId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtCalcFlatPartUpRegion( int nPartId, BOOL bCalc)
{
return ( ExeCalcFlatPartUpRegion( nPartId, ( bCalc != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtCalcFlatPartDownRegion( int nPartId, double dH)
BIN
View File
Binary file not shown.