summaryrefslogtreecommitdiff
path: root/src/Hatch/Hatch_Parameter.cxx
blob: b6919a2f6e246c5c606d707182a59034888b3d8c (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
// File:	Hatch_Parameter.cxx
// Created:	Wed Aug 19 11:10:07 1992
// Author:	Modelistation
//		<model@phylox>

#include <Hatch_Parameter.ixx>

//=======================================================================
//function : Hatch_Parameter
//purpose  : 
//=======================================================================

Hatch_Parameter::Hatch_Parameter()
{
}

//=======================================================================
//function : Hatch_Parameter
//purpose  : 
//=======================================================================

Hatch_Parameter::Hatch_Parameter
  (const Standard_Real    Par1,
   const Standard_Boolean Start,
   const Standard_Integer Index,
   const Standard_Real    Par2) :
       myPar1(Par1), myStart(Start), myIndex(Index), myPar2(Par2)
{
}