EgtInterface 2.3d4 :
- aggiunte interfacce per EgtCreateCurveCompoByInterpolation e EgtCreateCurveCompoByApproximation - aggiunta interfaccia per EgtAdjustOperationPhase.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user