PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")

add some comments
This commit is contained in:
eap 2007-02-19 15:48:51 +00:00
parent f57258e47a
commit f3fa084ed2

View File

@ -303,6 +303,9 @@ public:
// Note: to compute params of a point on a face, it is enough to set // Note: to compute params of a point on a face, it is enough to set
// TFace, TEdge's and points for that face only // 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 { class TEdge {
int myCoordInd; int myCoordInd;
double myFirst; double myFirst;