Open CASCADE Technology 7.8.0
|
#include <Geom2dHatch_Element.hxx>
Public Member Functions | |
Geom2dHatch_Element () | |
Geom2dHatch_Element (const Geom2dAdaptor_Curve &Curve, const TopAbs_Orientation Orientation=TopAbs_FORWARD) | |
Creates an element. | |
const Geom2dAdaptor_Curve & | Curve () const |
Returns the curve associated to the element. | |
Geom2dAdaptor_Curve & | ChangeCurve () |
Returns the curve associated to the element. | |
void | Orientation (const TopAbs_Orientation Orientation) |
Sets the orientation of the element. | |
TopAbs_Orientation | Orientation () const |
Returns the orientation of the element. | |
Geom2dHatch_Element::Geom2dHatch_Element | ( | ) |
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.
TopAbs_Orientation Geom2dHatch_Element::Orientation | ( | ) | const |
Returns the orientation of the element.
void Geom2dHatch_Element::Orientation | ( | const TopAbs_Orientation | Orientation | ) |
Sets the orientation of the element.