blob: 1094fb419384993fce08526510195e57a0c35a58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//=======================================================================
//function : NbNodes
//purpose :
//=======================================================================
inline Standard_Integer Poly_PolygonOnTriangulation::NbNodes() const
{
return myNodes.Length();
}
|