Open CASCADE Technology
7.3.0
|
#include <Geom2dHatch_Element.hxx>
Public Member Functions | |
Geom2dHatch_Element () | |
Geom2dHatch_Element (const Geom2dHatch_Element &Other) | |
Magic constructor. More... | |
Geom2dHatch_Element (const Geom2dAdaptor_Curve &Curve, const TopAbs_Orientation Orientation=TopAbs_FORWARD) | |
Creates an element. More... | |
const Geom2dAdaptor_Curve & | Curve () const |
Returns the curve associated to the element. More... | |
Geom2dAdaptor_Curve & | ChangeCurve () |
Returns the curve associated to the element. More... | |
void | Orientation (const TopAbs_Orientation Orientation) |
Sets the orientation of the element. More... | |
TopAbs_Orientation | Orientation () const |
Returns the orientation of the element. More... | |
Geom2dHatch_Element::Geom2dHatch_Element | ( | ) |
Geom2dHatch_Element::Geom2dHatch_Element | ( | const Geom2dHatch_Element & | Other | ) |
Magic constructor.
Geom2dHatch_Element::Geom2dHatch_Element | ( | const Geom2dAdaptor_Curve & | Curve, |
const TopAbs_Orientation | Orientation = TopAbs_FORWARD |
||
) |
Creates an element.
Geom2dAdaptor_Curve& Geom2dHatch_Element::ChangeCurve | ( | ) |
Returns the curve associated to the element.
const Geom2dAdaptor_Curve& Geom2dHatch_Element::Curve | ( | ) | const |
Returns the curve associated to the element.
void Geom2dHatch_Element::Orientation | ( | const TopAbs_Orientation | Orientation | ) |
Sets the orientation of the element.
TopAbs_Orientation Geom2dHatch_Element::Orientation | ( | ) | const |
Returns the orientation of the element.