summaryrefslogtreecommitdiff
path: root/src/BRepOffset/BRepOffset_Interval.cxx
blob: 8de9ca49e61d75c6737099956266e38d345f1755 (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
// File:	BRepOffset_Interval.cxx
// Created:	Fri Oct 20 18:01:32 1995
// Author:	Yves FRICAUD
//		<yfr@stylox>


#include <BRepOffset_Interval.ixx>

//=======================================================================
//function : BRepOffset_Interval
//purpose  : 
//=======================================================================

BRepOffset_Interval::BRepOffset_Interval()
{
}


//=======================================================================
//function : BRepOffset_Interval
//purpose  : 
//=======================================================================

BRepOffset_Interval::BRepOffset_Interval(const Standard_Real   U1, 
					 const Standard_Real   U2, 
					 const BRepOffset_Type Type):
f(U1),
l(U2),
type(Type)
{
}