summaryrefslogtreecommitdiff
path: root/inc/DrawTrSurf_BezierSurface.lxx
blob: d7824c5a58d4afeda4c6b94f80b3fa774e764643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


  inline Draw_Color DrawTrSurf_BezierSurface::PolesColor () const {

    return polesLook;
  }


  inline void DrawTrSurf_BezierSurface::SetPolesColor (
  const Draw_Color& aColor) {

    polesLook = aColor;
  }