Salome HOME
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
authoreap <eap@opencascade.com>
Mon, 19 Feb 2007 15:48:51 +0000 (15:48 +0000)
committereap <eap@opencascade.com>
Mon, 19 Feb 2007 15:48:51 +0000 (15:48 +0000)
   add some comments

src/SMESH/SMESH_Block.hxx

index 4fc7de583dffea2bca1980210bbffc6b566d19c0..b5cb48689114959c09f64e6f5939d92fe48ce636 100644 (file)
@@ -303,6 +303,9 @@ public:
   // Note: to compute params of a point on a face, it is enough to set
   // TFace, TEdge's and points for that face only
 
+  // Note 2: curve adaptors need to have only Value(double), FirstParameter() and
+  // LastParameter() defined to be used by Block algoritms
+
   class TEdge {
     int                myCoordInd;
     double             myFirst;