summaryrefslogtreecommitdiff
path: root/inc/DrawTrSurf_Surface.lxx
blob: bbc4bd45f3ddfe25c78a89c0819f2713b500b883 (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


  inline Handle(Geom_Surface) DrawTrSurf_Surface::GetSurface () const {
     return surf;
  }


  inline Draw_Color DrawTrSurf_Surface::BoundsColor () const  { 
    return boundsLook;
  }


  inline Draw_Color DrawTrSurf_Surface::IsosColor () const  { 
    return isosLook;
  }


  inline void DrawTrSurf_Surface::SetIsosColor (const Draw_Color& aColor)  {

     isosLook = aColor;
  }

  inline void DrawTrSurf_Surface::SetBoundsColor (const Draw_Color& aColor)  {

     boundsLook = aColor;
  }



  inline void DrawTrSurf_Surface::NbIsos (Standard_Integer& Nu, Standard_Integer& Nv) const {

    Nu = nbUIsos;
    Nv = nbVIsos;
  }