summaryrefslogtreecommitdiff
path: root/inc/Intf_SectionLine.lxx
blob: 5d988e493d1e8a33d3493c2bc3cccfe3af8e014b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	Intf_SectionLine.lxx
// Created:	Tue Jun 25 10:05:35 1991
// Author:	Didier PIFFAULT
//		<dpf@phobox>

#include <Intf_SeqOfSectionPoint.hxx>

//=======================================================================
//function : NumberOfPoint
//purpose  : 
//=======================================================================

inline Standard_Integer Intf_SectionLine::NumberOfPoints () const
{
  return myPoints.Length();
}