diff --git a/src/SMESH/SMESH_Block.hxx b/src/SMESH/SMESH_Block.hxx index 4fc7de583..b5cb48689 100644 --- a/src/SMESH/SMESH_Block.hxx +++ b/src/SMESH/SMESH_Block.hxx @@ -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;