Open CASCADE Technology
6.5.4
|
The Geom2dGcc package describes qualified 2D
curves used in the construction of constrained geometric
objects by an algorithm provided by the Geom2dGcc package.
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.hxx>
Static Public Member Functions | |
static DEFINE_STANDARD_ALLOC Geom2dGcc_QualifiedCurve | Unqualified (const Geom2dAdaptor_Curve &Obj) |
Constructs such a qualified curve that the relative position of the solution computed by a construction algorithm using the qualified curve to the circle or line is not qualified, i.e. all solutions apply. Warning Obj is an adapted curve, i.e. an object which is an interface between: | |
static Geom2dGcc_QualifiedCurve | Enclosing (const Geom2dAdaptor_Curve &Obj) |
Constructs such a qualified curve that the solution computed by a construction algorithm using the qualified curve encloses the curve. Warning Obj is an adapted curve, i.e. an object which is an interface between: | |
static Geom2dGcc_QualifiedCurve | Enclosed (const Geom2dAdaptor_Curve &Obj) |
Constructs such a qualified curve that the solution computed by a construction algorithm using the qualified curve is enclosed by the curve. Warning Obj is an adapted curve, i.e. an object which is an interface between: | |
static Geom2dGcc_QualifiedCurve | Outside (const Geom2dAdaptor_Curve &Obj) |
Constructs such a qualified curve that the solution computed by a construction algorithm using the qualified curve and the curve are external to one another. Warning Obj is an adapted curve, i.e. an object which is an interface between: |
static Geom2dGcc_QualifiedCurve Geom2dGcc::Enclosed | ( | const Geom2dAdaptor_Curve & | Obj | ) | [static] |
static Geom2dGcc_QualifiedCurve Geom2dGcc::Enclosing | ( | const Geom2dAdaptor_Curve & | Obj | ) | [static] |
static Geom2dGcc_QualifiedCurve Geom2dGcc::Outside | ( | const Geom2dAdaptor_Curve & | Obj | ) | [static] |
static DEFINE_STANDARD_ALLOC Geom2dGcc_QualifiedCurve Geom2dGcc::Unqualified | ( | const Geom2dAdaptor_Curve & | Obj | ) | [static] |