Salome HOME
Updated copyright comment
[modules/shaper.git] / test.API / SHAPER / GDML / TestConeSegment.py
index f96a7574d1f06145d9888202d56d533523647793..5400f0a64e82211813d0e34f7bfb57eddef25e6e 100644 (file)
@@ -1,5 +1,24 @@
+# Copyright (C) 2014-2024  CEA, EDF
+#
+# 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
+#
+
 """
-Test case for GDML Primitive Cone Segment feature. 
+Test case for GDML Primitive Cone Segment feature.
 Written on High API.
 """
 from salome.shaper import model
@@ -18,7 +37,6 @@ model.addParameter(Part_1_doc, "z", "12")
 model.addParameter(Part_1_doc, "startphi", "0")
 model.addParameter(Part_1_doc, "deltaphi", "270")
 
-# Tests
 CS1 = model.addConeSegment(Part_1_doc, 7, 11, 5, 8, 12, 0 , 270)
 CS2 = model.addConeSegment(Part_1_doc, 5, 10, 7, 15, 15, 45 , 180)
 CS3 = model.addConeSegment(Part_1_doc, 5, 10, 7, 15, 15, -45 , 180)