// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
-//=======================================================================
-// Function : Geom2dHatch_Element
-// Purpose : Magic Constructor.
-//=======================================================================
-
-#include <Geom2dAdaptor_Curve.hxx>
#include <Geom2dHatch_Element.hxx>
-Geom2dHatch_Element::Geom2dHatch_Element (const Geom2dHatch_Element& Other)
-: myCurve(Other.myCurve), myOrientation(Other.myOrientation) {
-}
+#include <Geom2dAdaptor_Curve.hxx>
//=======================================================================
// Function : Geom2dHatch_Element