X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FTools%2FblocFissure%2FCasTests%2FcubeCoin.py;h=e6221be87c818bbfca191c616f69eb3935fdb495;hb=ff873c8b10f4cc15316f4ee7e1331ec1b4e0c1ab;hp=821145c3355e45c5447b9abc9b2a9f3fe13b422b;hpb=09eeca0267acf6f14581efdd342e8b7a87d09cf0;p=modules%2Fsmesh.git diff --git a/src/Tools/blocFissure/CasTests/cubeCoin.py b/src/Tools/blocFissure/CasTests/cubeCoin.py index 821145c33..e6221be87 100644 --- a/src/Tools/blocFissure/CasTests/cubeCoin.py +++ b/src/Tools/blocFissure/CasTests/cubeCoin.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014-2020 EDF R&D +# Copyright (C) 2014-2021 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,13 +18,15 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +"""problème de fissure plane coupant le cube dans un coin""" + import os from blocFissure import gmu dicoParams = dict(nomCas = "cubeCoin", maillageSain = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin.med"), - brepFaceFissure = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Coin.brep"), - edgeFissIds = [3], + CAOFaceFissure = os.path.join(gmu.pathBloc, "materielCasTests", "cubeFin_Coin.brep"), + edgeFiss = [3], lgInfluence = 50, meshBrep = (5,10), rayonPipe = 10, @@ -45,4 +47,3 @@ referencesMaillageFissure = dict( \ Entity_Quad_Pyramid = 460, \ Entity_Quad_Penta = 80 \ ) -