0022492: Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP.
[occt.git] / src / BRepFeat / BRepFeat_MakeRevolutionForm.lxx
1 // File:        BRepFeat_MakeRevolutionForm.lxx
2 // Created:     Fri Oct 17 17:40:24 1997
3 // Author:      Olga KOULECHOVA
4 //              <opt@cleox.paris1.matra-dtv.fr>
5
6
7 //=======================================================================
8 //function : BRepFeat_MakeLinearForm
9 //purpose  : 
10 //=======================================================================
11
12 inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm () {}
13
14
15 //=======================================================================
16 //function : BRepFeat_MakePrism
17 //purpose  : 
18 //=======================================================================
19
20 inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm (const TopoDS_Shape& Sbase,
21                                                          const TopoDS_Wire& W,
22                                                          const Handle(Geom_Plane)& P,
23                                                          const gp_Ax1& Axis,
24                                                          const Standard_Real H1,
25                                                          const Standard_Real H2,
26                                                          const Standard_Integer Fuse,
27                                                          Standard_Boolean& Sliding)
28                                                
29 {
30   Init(Sbase, W, P, Axis, H1, H2, Fuse, Sliding);
31 }
32
33
34
35