diff --git a/EXeExecutor.h b/EXeExecutor.h index f6a6ff9..91ca3ed 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -113,7 +113,7 @@ EXE_EXPORT bool ExeImportPnt( const std::string& sFilePath, int nFlag) ; EXE_EXPORT bool ExeImportStl( const std::string& sFilePath, double dScaleFactor) ; EXE_EXPORT bool ExeExportDxf( int nId, const std::string& sFilePath) ; EXE_EXPORT bool ExeExportStl( int nId, const std::string& sFilePath) ; -EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath) ; +EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath, int nFilter = 393) ; // Tsc Executor EXE_EXPORT bool ExeInitTscExec( void) ;