summaryrefslogtreecommitdiff
path: root/inc/BRepFeat_MakeRevolutionForm.lxx
blob: 19f6db322b6c81e429a11d401d0a0879bd4fb625 (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
35
// File:	BRepFeat_MakeRevolutionForm.lxx
// Created:	Fri Oct 17 17:40:24 1997
// Author:	Olga KOULECHOVA
//		<opt@cleox.paris1.matra-dtv.fr>


//=======================================================================
//function : BRepFeat_MakeLinearForm
//purpose  : 
//=======================================================================

inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm () {}


//=======================================================================
//function : BRepFeat_MakePrism
//purpose  : 
//=======================================================================

inline BRepFeat_MakeRevolutionForm::BRepFeat_MakeRevolutionForm (const TopoDS_Shape& Sbase,
							 const TopoDS_Wire& W,
							 const Handle(Geom_Plane)& P,
							 const gp_Ax1& Axis,
							 const Standard_Real H1,
							 const Standard_Real H2,
							 const Standard_Integer Fuse,
							 Standard_Boolean& Sliding)
					       
{
  Init(Sbase, W, P, Axis, H1, H2, Fuse, Sliding);
}