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

     polesLook = aColor;    
  }



  inline Draw_Color DrawTrSurf_BezierCurve2d::PolesColor () const {

     return polesLook; 
  }