X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FblocFissure%2FmaterielCasTests%2FfissureGauche.py;h=ae72549d794220bfa46c3ad39460b0783896a677;hp=934b9b40269cb26ba0a528449f26e3762c496e5b;hb=a274ade365bd0f0e19d56c577acc4a13aa1972a7;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee diff --git a/src/Tools/blocFissure/materielCasTests/fissureGauche.py b/src/Tools/blocFissure/materielCasTests/fissureGauche.py index 934b9b402..ae72549d7 100644 --- a/src/Tools/blocFissure/materielCasTests/fissureGauche.py +++ b/src/Tools/blocFissure/materielCasTests/fissureGauche.py @@ -1,4 +1,22 @@ # -*- coding: utf-8 -*- +# 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# import sys import salome @@ -33,7 +51,7 @@ geomObj_2 = geompy.MakeCylinder(O, OX, 2000, 5000) Cylinder_2 = geompy.MakeRotation(geomObj_2, OX, 180*math.pi/180.0) Translation_1 = geompy.MakeTranslation(Cylinder_2, -2000, 0, 0) Fuse_1 = geompy.MakeFuse(Cylinder_1, Translation_1) -Fillet_1 = geompy.MakeFillet(Fuse_1, 800, geompy.ShapeType["EDGE"], [11]) +Fillet_1 = geompy.MakeFillet(Fuse_1, 800, geompy.ShapeType["EDGE"], [8]) Vertex_1 = geompy.MakeVertex(0, -3000, -3000) Vertex_2 = geompy.MakeVertex(2500, 3000, 3000) Box_1 = geompy.MakeBoxTwoPnt(Vertex_2, Vertex_1)