|
Open CASCADE Technology
6.7.1
|
Describes functions for building a qualified 2D curve.
A qualified 2D curve is a curve with a qualifier which
specifies whether the solution of a construction
algorithm using the qualified curve (as an argument):
More...
#include <Geom2dGcc_QualifiedCurve.hxx>
Public Member Functions | |
| Geom2dGcc_QualifiedCurve (const Geom2dAdaptor_Curve &Curve, const GccEnt_Position Qualifier) | |
Constructs a qualified curve by assigning the qualifier <br> Qualifier to the curve Curve. Qualifier may be: | |
| Geom2dAdaptor_Curve | Qualified () const |
Returns a 2D curve to which the qualifier is assigned. <br> Warning | |
| GccEnt_Position | Qualifier () const |
| Returns More... | |
| Standard_Boolean | IsUnqualified () const |
| Returns true if the solution is unqualified and false in the other cases. More... | |
| Standard_Boolean | IsEnclosing () const |
It returns true if the solution is Enclosing the Curv and false in <br> the other cases. | |
| Standard_Boolean | IsEnclosed () const |
It returns true if the solution is Enclosed in the Curv and false in <br> the other cases. | |
| Standard_Boolean | IsOutside () const |
It returns true if the solution is Outside the Curv and false in <br> the other cases. | |
Describes functions for building a qualified 2D curve.
A qualified 2D curve is a curve with a qualifier which
specifies whether the solution of a construction
algorithm using the qualified curve (as an argument):
| Geom2dGcc_QualifiedCurve::Geom2dGcc_QualifiedCurve | ( | const Geom2dAdaptor_Curve & | Curve, |
| const GccEnt_Position | Qualifier | ||
| ) |
Constructs a qualified curve by assigning the qualifier <br>
Qualifier to the curve Curve. Qualifier may be:
| Standard_Boolean Geom2dGcc_QualifiedCurve::IsEnclosed | ( | ) | const |
It returns true if the solution is Enclosed in the Curv and false in <br>
the other cases.
| Standard_Boolean Geom2dGcc_QualifiedCurve::IsEnclosing | ( | ) | const |
It returns true if the solution is Enclosing the Curv and false in <br>
the other cases.
| Standard_Boolean Geom2dGcc_QualifiedCurve::IsOutside | ( | ) | const |
It returns true if the solution is Outside the Curv and false in <br>
the other cases.
| Standard_Boolean Geom2dGcc_QualifiedCurve::IsUnqualified | ( | ) | const |
Returns true if the solution is unqualified and false in the other cases.
| Geom2dAdaptor_Curve Geom2dGcc_QualifiedCurve::Qualified | ( | ) | const |
Returns a 2D curve to which the qualifier is assigned. <br>
Warning
The returned curve is an adapted curve, i.e. an object
which is an interface between:
| GccEnt_Position Geom2dGcc_QualifiedCurve::Qualifier | ( | ) | const |
Returns
1.8.5