Open CASCADE Technology
7.5.0
|
#include <IntPatch_TheSegmentOfTheSOnBounds.hxx>
Public Member Functions | |
IntPatch_TheSegmentOfTheSOnBounds () | |
Empty constructor. More... | |
void | SetValue (const Handle< Adaptor2d_HCurve2d > &A) |
Defines the concerned arc. More... | |
void | SetLimitPoint (const IntPatch_ThePathPointOfTheSOnBounds &V, const Standard_Boolean First) |
Defines the first point or the last point, depending on the value of the boolean First. More... | |
const Handle< Adaptor2d_HCurve2d > & | Curve () const |
Returns the geometric curve on the surface 's domain which is solution. More... | |
Standard_Boolean | HasFirstPoint () const |
Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc. More... | |
const IntPatch_ThePathPointOfTheSOnBounds & | FirstPoint () const |
Returns the first point. More... | |
Standard_Boolean | HasLastPoint () const |
Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc. More... | |
const IntPatch_ThePathPointOfTheSOnBounds & | LastPoint () const |
Returns the last point. More... | |
IntPatch_TheSegmentOfTheSOnBounds::IntPatch_TheSegmentOfTheSOnBounds | ( | ) |
Empty constructor.
const Handle< Adaptor2d_HCurve2d >& IntPatch_TheSegmentOfTheSOnBounds::Curve | ( | ) | const |
Returns the geometric curve on the surface 's domain which is solution.
const IntPatch_ThePathPointOfTheSOnBounds& IntPatch_TheSegmentOfTheSOnBounds::FirstPoint | ( | ) | const |
Returns the first point.
Standard_Boolean IntPatch_TheSegmentOfTheSOnBounds::HasFirstPoint | ( | ) | const |
Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc.
Standard_Boolean IntPatch_TheSegmentOfTheSOnBounds::HasLastPoint | ( | ) | const |
Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc.
const IntPatch_ThePathPointOfTheSOnBounds& IntPatch_TheSegmentOfTheSOnBounds::LastPoint | ( | ) | const |
Returns the last point.
void IntPatch_TheSegmentOfTheSOnBounds::SetLimitPoint | ( | const IntPatch_ThePathPointOfTheSOnBounds & | V, |
const Standard_Boolean | First | ||
) |
Defines the first point or the last point, depending on the value of the boolean First.
void IntPatch_TheSegmentOfTheSOnBounds::SetValue | ( | const Handle< Adaptor2d_HCurve2d > & | A | ) |
Defines the concerned arc.