EgtInterface 1.6l10 :
- aggiornamenti.
This commit is contained in:
@@ -755,6 +755,29 @@ __stdcall EgtSetCurrMachining( int nId)
|
||||
return ( ExeSetCurrMachining( nId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMachiningParamInt( int nType, int nVal)
|
||||
{
|
||||
return ( ExeSetMachiningParam( nType, nVal) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtPreviewMachining( BOOL bRecalc)
|
||||
{
|
||||
return ( ExePreviewMachining( bRecalc != FALSE) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetMachiningParamInt( int nType, int* pnVal)
|
||||
{
|
||||
if ( pnVal == nullptr)
|
||||
return FALSE ;
|
||||
return ( ExeGetMachiningParam( nType, *pnVal) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtIsMachiningNotEmpty( void)
|
||||
|
||||
Reference in New Issue
Block a user