EgtInterface :
- aggiunta interfaccia per funzione EgtKeepAllDispAxes.
This commit is contained in:
@@ -610,6 +610,13 @@ __stdcall EgtRemoveDispAxis( const wchar_t* wsName)
|
||||
return ( ExeRemoveDispAxis( wstrztoA( wsName)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtKeepAllDispAxes( int nSouPhase)
|
||||
{
|
||||
return ( ExeKeepAllDispAxes( nSouPhase) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtAddFixture( const wchar_t* wsName, const double ptPos[3], double dAngRotDeg, double dMov)
|
||||
|
||||
Reference in New Issue
Block a user