EgtInterface 2.3d4 :

- aggiunte interfacce per EgtCreateCurveCompoByInterpolation e EgtCreateCurveCompoByApproximation
- aggiunta interfaccia per EgtAdjustOperationPhase.
This commit is contained in:
DarioS
2021-04-19 15:07:28 +02:00
parent 78f05e39be
commit 723f2174b6
3 changed files with 29 additions and 0 deletions
+7
View File
@@ -1418,6 +1418,13 @@ __stdcall EgtSetAllOperationsStatus( BOOL bShow)
return ( ExeSetAllOperationsStatus( bShow != FALSE) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtAdjustOperationPhase( int nId)
{
return ( ExeAdjustOperationPhase( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangeOperationPhase( int nId, int nNewPhase)