summaryrefslogtreecommitdiff
path: root/inc/IntStart_Segment.gxx
blob: a1192ce6750cd3004a62a9885f74f553d14752b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
IntStart_Segment::IntStart_Segment () {}


void IntStart_Segment::SetLimitPoint (const ThePathPoint& V,
				      const Standard_Boolean First) {

  if (First) {
    hasfp = Standard_True;
    thefp = V;
  }
  else {
    haslp = Standard_True;
    thelp = V;
  }
}