summaryrefslogtreecommitdiff
path: root/inc/DBRep_Edge.lxx
blob: 94604c9013d7090aafabda2c8ad58fea48af5d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// File:	DBRep_Edge.lxx
// Created:	Thu Jul 15 11:32:11 1993
// Author:	Remi LEQUETTE
//		<rle@nonox>


//=======================================================================
//function : Edge
//purpose  : 
//=======================================================================

 inline const TopoDS_Edge&  DBRep_Edge::Edge()const 
{
  return myEdge;
}


//=======================================================================
//function : Edge
//purpose  : 
//=======================================================================

 inline void  DBRep_Edge::Edge(const TopoDS_Edge& E)
{
  myEdge = E;
}


//=======================================================================
//function : Color
//purpose  : 
//=======================================================================

 inline const Draw_Color&  DBRep_Edge::Color()const 
{
  return myColor;
}


//=======================================================================
//function : Color
//purpose  : 
//=======================================================================

 inline void  DBRep_Edge::Color(const Draw_Color& C)
{
  myColor = C;
}