From: vsv Date: Fri, 20 Dec 2019 13:13:59 +0000 (+0300) Subject: Define virtual methods X-Git-Tag: V9_5_0a1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6f20ca0a0993adb9a13900e4c18252e394066d9d;p=modules%2Fshaper_study.git Define virtual methods --- diff --git a/src/PY/SHAPERSTUDY_Object.py b/src/PY/SHAPERSTUDY_Object.py index 932a002..3ad6599 100644 --- a/src/PY/SHAPERSTUDY_Object.py +++ b/src/PY/SHAPERSTUDY_Object.py @@ -172,6 +172,6 @@ class SHAPERSTUDY_Object(SHAPERSTUDY_ORB__POA.SHAPER_Object): """ Breaks links to parametrical mode for parametrical shape """ - pass + print("##### Break parametrical links") pass