summaryrefslogtreecommitdiff
path: root/inc/HatchGen_PointOnElement.lxx
blob: 8149b6b46a6db4d0463099b70c7ca1af778de706 (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
// File:	HatchGen_PointOnElement.lxx
// Created:	Tue Jan  3 10:32:44 1995
// Author:	Laurent BUCHARD
//		<lbr@mastox>


//=======================================================================
// Function : SetIntersectionType
// Purpose  : Sets the intersection type at this point.
//=======================================================================

inline void HatchGen_PointOnElement::SetIntersectionType (const HatchGen_IntersectionType Type)
{
  myType = Type ;
}

//=======================================================================
// Function : IntersectionType
// Purpose  : Returns the intersection type at this point.
//=======================================================================

inline HatchGen_IntersectionType HatchGen_PointOnElement::IntersectionType () const
{
  return myType ;
}