Salome HOME
Copyright update 2021
[modules/shaper_study.git] / src / PY / SHAPERSTUDY_Field.py
index 5b8b026d32f188a6975cd097945b993e2dd20c1a..9864beabe1bf7295b5dfd49adbb0cc9daf1be320 100644 (file)
@@ -1,7 +1,4 @@
-# Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
-#
-# Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# Copyright (C) 2019-2021  CEA/DEN, 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
@@ -61,6 +58,13 @@ class SHAPERSTUDY_Field(SHAPERSTUDY_ORB__POA.Field):
         """
         return -1
 
+    ### unnecessary methods that can be accidentally called from any module
+    def AddStep(self, *args): return 
+    def RemoveStep(self, *args): return 
+    def CountSteps(self, *args): return 0
+    def GetStep(self, *args): return 0
+    def GetArraySize(self, *args): return 0
+
     pass