mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
15
src/BRepMesh/BRepMesh_FaceAttribute.cxx
Executable file
15
src/BRepMesh/BRepMesh_FaceAttribute.cxx
Executable file
@@ -0,0 +1,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.)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user