0026462: Visualization - selection does not adapt to line width change
[occt.git] / src / AIS / AIS_InteractiveContext.hxx
index bb711b9..9e7c60f 100644 (file)
@@ -371,6 +371,13 @@ public:
   
   //! Returns the pixel tolerance.
   Standard_EXPORT Standard_Integer PixelTolerance() const;
+
+  //! Allows to manage sensitivity of a particular selection of interactive object theObject
+  //! and changes previous sensitivity value of all sensitive entities in selection with theMode
+  //! to the given theNewSensitivity.
+  Standard_EXPORT void SetSelectionSensitivity (const Handle(AIS_InteractiveObject)& theObject,
+                                                const Standard_Integer theMode,
+                                                const Standard_Integer theNewSensitivity);
   
   //! Puts the location aLocation on the initial graphic
   //! representation and the selection for the entity aniobj.