EgtInterface :
- aggiornamenti ad interfacce.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user