Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Geom / Geom_SweptSurface.cxx
1 // File:        Geom_SweptSurface.cxx
2 // Created:     Wed Mar 10 10:55:23 1993
3 // Author:      JCV
4 //              <fid@phylox>
5 // Copyright:   Matra Datavision 1993
6
7 //File Geom_SweptSurface.cxx, JCV 17/02/91
8
9 #include <Geom_SweptSurface.ixx>
10
11 //=======================================================================
12 //function : Continuity
13 //purpose  : 
14 //=======================================================================
15
16 GeomAbs_Shape Geom_SweptSurface::Continuity () const { return smooth; }
17
18 //=======================================================================
19 //function : Direction
20 //purpose  : 
21 //=======================================================================
22
23 const gp_Dir& Geom_SweptSurface::Direction () const  { return direction; }
24
25 //=======================================================================
26 //function : BasisCurve
27 //purpose  : 
28 //=======================================================================
29
30 Handle(Geom_Curve) Geom_SweptSurface::BasisCurve () const 
31
32   return basisCurve;
33 }