// File: Intf_SectionLine.lxx // Created: Tue Jun 25 10:05:35 1991 // Author: Didier PIFFAULT // #include //======================================================================= //function : NumberOfPoint //purpose : //======================================================================= inline Standard_Integer Intf_SectionLine::NumberOfPoints () const { return myPoints.Length(); }