0026973: Visualization - selection of entities hidden by clipping planes is broken
[occt.git] / src / SelectMgr / SelectMgr_BaseFrustum.cxx
index 88ac8d7..aecd3ad 100644 (file)
@@ -220,6 +220,10 @@ Standard_Real SelectMgr_BaseFrustum::DistToGeometryCenter (const gp_Pnt& /*theCO
   return DBL_MAX;
 }
 
+//=======================================================================
+// function : DetectedPoint
+// purpose  :
+//=======================================================================
 gp_Pnt SelectMgr_BaseFrustum::DetectedPoint (const Standard_Real /*theDepth*/) const
 {
   return gp_Pnt (RealLast(), RealLast(), RealLast());