Include :

- modifica parametri funzioni exportThreejs.
This commit is contained in:
riccardo.elitropi
2022-08-26 14:16:36 +02:00
parent 27b9bc8979
commit ea621cd6e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class __declspec(novtable) IExportThreeJS
public:
virtual ~IExportThreeJS( void) {}
virtual bool SetOptions( int nFilter) = 0 ;
virtual bool Export( IGeomDB* pGDB, int nId, const std::string& sFile, const std::string& sFileM, IEGrScene* pScene) = 0 ;
virtual bool Export( IGeomDB* pGDB, int nId, const std::string& sFile, IEGrScene* pScene) = 0 ;
};
//-----------------------------------------------------------------------------
+1 -1
View File
@@ -125,7 +125,7 @@ EXE_EXPORT bool ExeExportDxf( int nId, const std::string& sFilePath, int nFlag =
EXE_EXPORT bool ExeExportStl( int nId, const std::string& sFilePath) ;
EXE_EXPORT bool ExeExport3MF( int nId, const std::string& sFilePath) ;
EXE_EXPORT bool ExeExportSvg( int nId, const std::string& sFilePath, int nFilter = 393) ;
EXE_EXPORT bool ExeExportThreeJS( int nId, const std::string& sFilePath, const std::string& sFilePathM) ;
EXE_EXPORT bool ExeExportThreeJS( int nId, const std::string& sFilePath) ;
// BeamManager
EXE_EXPORT bool ExeInitBeamMgr( int nFlag) ;