Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Splitter.cdl
index a67c8e222c1f8b2a4193222e36b60552b8079ee0..19991027d2d72b044d4dbbe285cf04ae3a88ec52 100755 (executable)
@@ -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;