EgtInterface :

- aggiornamenti ad interfacce.
This commit is contained in:
Dario Sassi
2016-02-22 07:35:47 +00:00
parent c9738c189b
commit 14be608b6b
3 changed files with 74 additions and 18 deletions
+8
View File
@@ -204,6 +204,14 @@ __stdcall EgtModifyRawPart( int nRawId, const double ptOrig[3],
return ( ExeModifyRawPart( nRawId, ptOrig, dLength, dWidth, dHeight, vCol) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtModifyRawPart2( int nRawId, int nCrvId,
double dOverMat, double dZmin, double dHeight, const int vCol[4])
{
return ( ExeModifyRawPart( nRawId, nCrvId, dOverMat, dZmin, dHeight, vCol) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtModifyRawPartSize( int nRawId, double dLength, double dWidth, double dHeight)