Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GeomFill / GeomFill_SweepSectionGenerator.lxx
CommitLineData
7fd59977 1// File: GeomFill_SweepSectionGenerator.lxx
2// Created: Thu Apr 14 10:36:58 1994
3// Author: Bruno DUMORTIER
4// <dub@fuegox>
5
6//=======================================================================
7//function : NbSections
8//purpose :
9//=======================================================================
10
11inline Standard_Integer GeomFill_SweepSectionGenerator::NbSections() const
12{
13 return myNbSections;
14}