X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_Splitter.cdl;h=19991027d2d72b044d4dbbe285cf04ae3a88ec52;hb=04f3d723da1ae9133d108921c8f10338a9656d12;hp=a67c8e222c1f8b2a4193222e36b60552b8079ee0;hpb=a905ae28f68c37297d2774a4e25bf01bb0ae24a6;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_Splitter.cdl b/src/GEOMAlgo/GEOMAlgo_Splitter.cdl index a67c8e222..19991027d 100755 --- a/src/GEOMAlgo/GEOMAlgo_Splitter.cdl +++ b/src/GEOMAlgo/GEOMAlgo_Splitter.cdl @@ -63,6 +63,13 @@ is Limit(me) returns ShapeEnum from TopAbs; + + SetLimitMode(me:out; + aLimitMode:Integer from Standard); + + LimitMode(me) + returns Integer from Standard; + -- -- Protected methods -- @@ -89,5 +96,7 @@ fields myTools : ListOfShape from TopTools is protected; myMapTools : MapOfShape from TopTools is protected; myLimit : ShapeEnum from TopAbs is protected; + myLimitMode : Integer from Standard is protected; + end Splitter;