Open CASCADE Technology  7.3.0
Data Structures

Poly_Polygon2D.hxx File Reference

#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <Standard_Real.hxx>
#include <TColgp_Array1OfPnt2d.hxx>
#include <Standard_Transient.hxx>
#include <Standard_Integer.hxx>
#include <Poly_Polygon2D.lxx>

Data Structures

class  Poly_Polygon2D
 Provides a polygon in 2D space (for example, in the parametric space of a surface). It is generally an approximate representation of a curve. A Polygon2D is defined by a table of nodes. Each node is a 2D point. If the polygon is closed, the point of closure is repeated at the end of the table of nodes. More...