summaryrefslogtreecommitdiff
path: root/src/DBRep/DBRep_Edge.cxx
blob: a195193c4dcc7811befcb5104f7f788b00017644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// File:	DBRep_Edge.cxx
// Created:	Thu Jul 15 11:31:24 1993
// Author:	Remi LEQUETTE
//		<rle@nonox>


#include <DBRep_Edge.ixx>

//=======================================================================
//function : DBRep_Edge
//purpose  : 
//=======================================================================

DBRep_Edge::DBRep_Edge(const TopoDS_Edge& E, const Draw_Color& C) :
       myEdge(E),
       myColor(C)
{
}