0026159: Visualization - revise tolerance implementation for selection
[occt.git] / src / SelectBasics / SelectBasics_SensitiveEntity.cdl
index 02d7d0f..185f60c 100644 (file)
@@ -54,11 +54,6 @@ is
     ---Purpose: Checks whether the sensitive entity is overlapped by
     --          current selecting volume
 
-    SetSensitivityFactor (me : mutable;
-                          theSensFactor :Real from Standard);
-    ---C++: inline
-    ---Purpose: Allows to manage the sensitivity of the entity
-
     SensitivityFactor (me)
       returns Real from Standard;
     ---C++: inline
@@ -83,6 +78,12 @@ is
     Clear (me : mutable) is deferred;
     ---Purpose: Clears up all the resources and memory allocated
 
+    SetSensitivityFactor (me : mutable;
+                          theSensFactor :Real from Standard)
+      is protected;
+    ---C++: inline
+    ---Purpose: Allows to manage the sensitivity of the entity
+
 
 fields