From: rnv Date: Thu, 5 Dec 2013 14:13:11 +0000 (+0000) Subject: Rename HexaBlockEngine library to the HexaBlockPluginEngine to avoid problems on... X-Git-Tag: V7_3_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d89fd3932f43258e61f12c4df9626e3095371806;p=modules%2Fhexablock.git 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. --- 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)