EgtInterface :

- aggiunti prototipi EgtSetShowSurfBezierTol e EgtGetShowSurfBezierTol.
This commit is contained in:
Dario Sassi
2025-08-24 19:15:23 +02:00
parent e85ade1d90
commit 90e29084c7
+14
View File
@@ -312,6 +312,20 @@ __stdcall EgtGetShowTriaAdv( void)
return ( ExeGetShowTriaAdv() ? TRUE : FALSE) ;
}
//----------------------------------------------------------------------------
BOOL
__stdcall EgtSetShowSurfBezierTol( double dLinTol, BOOL bRedraw)
{
return ( ExeSetShowSurfBezierTol( dLinTol, ( bRedraw != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
double
__stdcall EgtGetShowSurfBezierTol( void)
{
return ExeGetShowSurfBezierTol() ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetShowZmap( int nMode, BOOL bRedraw)