EgtInterface 2.6j1 :
- aggiunta interfaccia per EgtSurfTmSetFaceColor - modificata interfaccia per EgtSetMark.
This commit is contained in:
@@ -133,6 +133,13 @@ __stdcall EgtSurfTmIntersect( int nId1, int nId2, BOOL bTwoColors)
|
||||
return ( ExeSurfTmIntersect( nId1, nId2, ( bTwoColors != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSurfTmSetFaceColor( int nId, int nFacet, int nColor)
|
||||
{
|
||||
return ( ExeSurfTmSetFaceColor( nId, nFacet, nColor) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSurfTmResetTwoColors( int nId)
|
||||
|
||||
@@ -108,9 +108,9 @@ __stdcall EgtGetCalcStatus( int nId, int* pnStat)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMark( int nId)
|
||||
__stdcall EgtSetMark( int nId, int nMark)
|
||||
{
|
||||
return ( ExeSetMark( nId) ? TRUE : FALSE) ;
|
||||
return ( ExeSetMark( nId, nMark) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user