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