EgtInterface 2.1d2 :
- aggiunte interfacce per EgtCreateAdjustFlatParts, EgtAdjustFlatParts e EgtAdjustFlatPart.
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
|
||||
using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCreateAdjustFlatParts( int nType, double dToler)
|
||||
{
|
||||
return ( ExeCreateAdjustFlatParts( nType, dToler) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCreateFlatParts( int nType, double dToler)
|
||||
@@ -26,6 +33,20 @@ __stdcall EgtCreateFlatParts( int nType, double dToler)
|
||||
return ( ExeCreateFlatParts( nType, dToler) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAdjustFlatParts( void)
|
||||
{
|
||||
return ( ExeAdjustFlatParts() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAdjustFlatPart( int nPartId)
|
||||
{
|
||||
return ( ExeAdjustFlatPart( nPartId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAdjustFlatPartLayer( int nLayerId)
|
||||
|
||||
Reference in New Issue
Block a user