From d89fd3932f43258e61f12c4df9626e3095371806 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 5 Dec 2013 14:13:11 +0000 Subject: [PATCH] Rename HexaBlockEngine library to the HexaBlockPluginEngine to avoid problems on windows. Problem occurs because HEXABLOCK module contains HEXABLOCKEngine library and HEXABLOCKPLUGIN module contains HexaBlockPluginEngine. But on windows HexaBlockEngine equal to the HEXABLOCKEngine. --- src/HEXABLOCK_SWIG/hexablock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HEXABLOCK_SWIG/hexablock.py b/src/HEXABLOCK_SWIG/hexablock.py index 531290d..59ddbb1 100644 --- a/src/HEXABLOCK_SWIG/hexablock.py +++ b/src/HEXABLOCK_SWIG/hexablock.py @@ -116,7 +116,7 @@ def mesh (doc, name=None, dim=3, container="FactoryServer"): comp_smesh.init_smesh(study, geompy.geom) meshexa = comp_smesh.Mesh(shape) - so = "libHexaBlockEngine.so" + so = "libHexaBlockPluginEngine.so" algo = smesh.SMESH._objref_SMESH_Gen.CreateHypothesis(comp_smesh, "HEXABLOCK_3D", so) meshexa.mesh.AddHypothesis(shape, algo) -- 2.39.2