//! The tables Nodes and Parameters must be the same size.
//! This property is not checked at construction time.
Standard_EXPORT Poly_PolygonOnTriangulation(const TColStd_Array1OfInteger& Nodes, const TColStd_Array1OfReal& Parameters);
-
+
+ //! Creates a copy of current polygon
+ Standard_EXPORT virtual Handle(Poly_PolygonOnTriangulation) Copy() const;
+
//! Returns the deflection of this polygon
Standard_EXPORT Standard_Real Deflection() const;