EgtInterface 1.6w2 :

- aggiunta interfaccia per EgtRotateRawPart.
This commit is contained in:
Dario Sassi
2016-11-07 11:55:43 +00:00
parent 48146a33e7
commit 6e2be39d8a
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -288,6 +288,13 @@ __stdcall EgtMoveRawPart( int nRawId, const double vtMove[3])
return ( ExeMoveRawPart( nRawId, vtMove) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRotateRawPart( int nRawId, const double vtAx[3], double dAngDeg)
{
return ( ExeRotateRawPart( nRawId, vtAx, dAngDeg) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtSplitFlatRawPartWithMachinings( int nRawId, int nNumMchId, const int nMchIds[])