EgtInterface :
- aggiunta interfaccia funzione EgtAdvancedImportIsEnabled.
This commit is contained in:
@@ -68,6 +68,12 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
|
||||
{
|
||||
return ( ExeImportStl( wstrztoA( wsFilePath), dScaleFactor) ? TRUE : FALSE) ;
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtAdvancedImportIsEnabled( void)
|
||||
{
|
||||
return ( ExeAdvancedImportIsEnabled() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
|
||||
Reference in New Issue
Block a user