0022847: DrawTrSurf: provide interface for configuring visualization properties in...
[occt.git] / src / DrawTrSurf / DrawTrSurf_BezierCurve.lxx
CommitLineData
7fd59977 1
2 inline void DrawTrSurf_BezierCurve::SetPolesColor (
3 const Draw_Color& aColor) {
4
5 polesLook = aColor;
6 }
7
8
9
10 inline Draw_Color DrawTrSurf_BezierCurve::PolesColor () const {
11
12 return polesLook;
13 }
14
15
16
17
18
19