Open CASCADE Technology
6.5.4
|
Evaluate the 3dCurve and the PCurves described in
a MultiLine from BRepFill. The parametrization of
those curves is not imposed by the Bissectrice.
The parametrization is given approximatively by
the abscissa of the curve3d.
#include <BRepFill_ApproxSeewing.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BRepFill_ApproxSeewing () |
BRepFill_ApproxSeewing (const BRepFill_MultiLine &ML) | |
void | Perform (const BRepFill_MultiLine &ML) |
Standard_Boolean | IsDone () const |
const Handle_Geom_Curve & | Curve () const |
returns the approximation of the 3d Curve | |
const Handle_Geom2d_Curve & | CurveOnF1 () const |
returns the approximation of the PCurve on the first face of the MultiLine | |
const Handle_Geom2d_Curve & | CurveOnF2 () const |
returns the approximation of the PCurve on the first face of the MultiLine |
const Handle_Geom_Curve& BRepFill_ApproxSeewing::Curve | ( | ) | const |
const Handle_Geom2d_Curve& BRepFill_ApproxSeewing::CurveOnF1 | ( | ) | const |
const Handle_Geom2d_Curve& BRepFill_ApproxSeewing::CurveOnF2 | ( | ) | const |