EgtInterface 1.6o1 :

- aggiunta funzione EgtCalcFlatPartDownRegion per peremettere verifica interferenza in nesting con tagli inclinati.
This commit is contained in:
Dario Sassi
2016-03-12 18:22:47 +00:00
parent 5310488d77
commit 0da9e35c93
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 EgtCalcFlatPartDownRegion( int nPartId, double dH)
{
return ( ExeCalcFlatPartDownRegion( nPartId, dH) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtPackBox( int nId, double dXmin, double dYmin,