EgtInterface 1.8e2 :
- aggiunte interfacce per EgtMovePartInRawPart e EgtRotatePartInRawPart.
This commit is contained in:
@@ -378,6 +378,20 @@ __stdcall EgtRemovePartFromRawPart( int nPartId)
|
||||
return ( ExeRemovePartFromRawPart( nPartId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtMovePartInRawPart( int nPartId, const double vtMove[3])
|
||||
{
|
||||
return ( ExeTranslatePartInRawPart( nPartId, vtMove) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtRotatePartInRawPart( int nRawId, const double vtAx[3], double dAngDeg)
|
||||
{
|
||||
return ( ExeRotatePartInRawPart( nRawId, vtAx, dAngDeg) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Table & Fixtures
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user