EgtInterface 1.6o1 :
- aggiunta funzione EgtCalcFlatPartDownRegion per peremettere verifica interferenza in nesting con tagli inclinati.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user