// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _BRep_PolygonOnSurface_HeaderFile #define _BRep_PolygonOnSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BRep_PolygonOnSurface_HeaderFile #include #endif #ifndef _Handle_Poly_Polygon2D_HeaderFile #include #endif #ifndef _Handle_Geom_Surface_HeaderFile #include #endif #ifndef _BRep_CurveRepresentation_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_BRep_CurveRepresentation_HeaderFile #include #endif class Poly_Polygon2D; class Geom_Surface; class Standard_DomainError; class TopLoc_Location; class BRep_CurveRepresentation; //! Representation of a 2D polygon in the parametric
//! space of a surface.
class BRep_PolygonOnSurface : public BRep_CurveRepresentation { public: Standard_EXPORT BRep_PolygonOnSurface(const Handle(Poly_Polygon2D)& P,const Handle(Geom_Surface)& S,const TopLoc_Location& L); //! A 2D polygon representation in the parametric
//! space of a surface.
Standard_EXPORT virtual Standard_Boolean IsPolygonOnSurface() const; //! A 2D polygon representation in the parametric
//! space of a surface.
Standard_EXPORT virtual Standard_Boolean IsPolygonOnSurface(const Handle(Geom_Surface)& S,const TopLoc_Location& L) const; Standard_EXPORT virtual const Handle_Geom_Surface& Surface() const; Standard_EXPORT virtual const Handle_Poly_Polygon2D& Polygon() const; Standard_EXPORT virtual void Polygon(const Handle(Poly_Polygon2D)& P) ; //! Return a copy of this representation.
Standard_EXPORT virtual Handle_BRep_CurveRepresentation Copy() const; DEFINE_STANDARD_RTTI(BRep_PolygonOnSurface) protected: private: Handle_Poly_Polygon2D myPolygon2D; Handle_Geom_Surface mySurface; }; // other Inline functions and methods (like "C++: function call" methods) #endif