summaryrefslogtreecommitdiff
path: root/src/BRepMesh/BRepMesh_FaceAttribute.cxx
blob: 6689b9a29a71944a9b3e3f20c0c49777b421fb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// File:	BRepMesh_FaceAttribute.cxx
// Author:	Ekaterina SMIRNOVA
// Copyright: Open CASCADE SAS 2008

#include <BRepMesh_FaceAttribute.ixx>

//=======================================================================
//function : BRepMesh_FaceAttribute
//purpose  : 
//=======================================================================
BRepMesh_FaceAttribute::BRepMesh_FaceAttribute():
 mydefface(0.), myumin(0.), myumax(0.), myvmin(0.), myvmax(0.),
 mydeltaX(1.), mydeltaY(1.), myminX(0.), myminY(0.)
{
}