EgtInterface 1.6w2 :
- aggiunta interfaccia per EgtRotateRawPart.
This commit is contained in:
@@ -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[])
|
||||
|
||||
Reference in New Issue
Block a user