blob: a9ebcf9928daba43b217cc6c67c900090acd757e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// File: GeomFill_SweepSectionGenerator.lxx
// Created: Thu Apr 14 10:36:58 1994
// Author: Bruno DUMORTIER
// <dub@fuegox>
//=======================================================================
//function : NbSections
//purpose :
//=======================================================================
inline Standard_Integer GeomFill_SweepSectionGenerator::NbSections() const
{
return myNbSections;
}
|