summaryrefslogtreecommitdiff
path: root/inc/DrawTrSurf_BezierCurve.lxx
blob: 563f04f6f49d57a9e60a1b8ac1ebb2c558a955e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
  inline void DrawTrSurf_BezierCurve::SetPolesColor (
  const Draw_Color& aColor) {

     polesLook = aColor;    
  }



  inline Draw_Color DrawTrSurf_BezierCurve::PolesColor () const {

     return polesLook; 
  }