0022554: Application hangs on selection
[occt.git] / src / Select3D / Select3D_SensitiveTriangle.cdl
index 2cb6a83..3d44ab3 100755 (executable)
@@ -9,7 +9,9 @@ class SensitiveTriangle from Select3D
 inherits SensitivePoly from Select3D
 
     ---Purpose: A framework to define selection of triangles in a view.
-        -- This comes into play in the detection of meshing and triangulation in surfaces.
+    -- This comes into play in the detection of meshing and triangulation in surfaces.
+    -- In some cases this class can raise Standard_ConstructionError and 
+    -- Standard_OutOfRange exceptions. For more details see Select3D_SensitivePoly.
 
 uses
     EntityOwner      from SelectBasics,
@@ -24,6 +26,10 @@ uses
     Location          from TopLoc, 
     SensitiveEntity   from Select3D
 
+raises
+    ConstructionError from Standard,
+    OutOfRange from Standard
+
 is
     Create (OwnerId      : EntityOwner from SelectBasics;
             P1,P2,P3     : Pnt from gp;