// File: Poly_Polygon2D.lxx // Created: Thu Mar 9 16:38:18 1995 // Author: Laurent PAINNOT // //======================================================================= //function : NbNodes //purpose : //======================================================================= inline Standard_Integer Poly_Polygon2D::NbNodes() const { return myNodes.Length(); }