Salome HOME
travail sur monPlusieurs
[tools/eficas.git] / Noyau / N_MCFACT.py
index a312edbb815195ea082ddd4633526029e987af27..33297a823f4c654dca90b50f3f5d7544d407c8b0 100644 (file)
@@ -1,3 +1,23 @@
+# -*- coding: iso-8859-1 -*-
+# Copyright (C) 2007-2013   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.
+#
+# 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
+#
+
 """ 
     Ce module contient la classe MCFACT qui sert à controler la valeur
     d'un mot-clé facteur par rapport à sa définition portée par un objet
@@ -74,3 +94,6 @@ class MCFACT(N_MCCOMPO.MCCOMPO):
       """
       visitor.visitMCFACT(self)
 
+   def makeobjet(self):
+     return self.definition.class_instance(val=None,nom=self.nom,
+                                 definition=self.definition,parent=self.parent)