summaryrefslogtreecommitdiff
path: root/inc/BRepFeat_MakePrism.lxx
blob: cdf80f6de208d1a82d933a39ec720fd105fce42d (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
36
37
38
39
// File:	BRepFeat_MakePrism.lxx
// Created:	Tue Feb 13 14:43:36 1996
// Author:	Jacques GOUSSARD
//		<jag@bravox>


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

inline BRepFeat_MakePrism::BRepFeat_MakePrism () {}


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

inline BRepFeat_MakePrism::BRepFeat_MakePrism (const TopoDS_Shape& Sbase,
					       const TopoDS_Shape& Pbase,
					       const TopoDS_Face& Skface,
					       const gp_Dir& Direc,
					       const Standard_Integer Fuse,
					       const Standard_Boolean Modify)
					       
{
  Init(Sbase,Pbase,Skface,Direc,Fuse,Modify);
}