Open CASCADE Technology 7.8.0
|
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 approximately by the abscissa of the curve3d. More...
#include <BRepFill_ApproxSeewing.hxx>
Public Member Functions | |
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 | |
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 approximately by the abscissa of the curve3d.
BRepFill_ApproxSeewing::BRepFill_ApproxSeewing | ( | ) |
BRepFill_ApproxSeewing::BRepFill_ApproxSeewing | ( | const BRepFill_MultiLine & | ML | ) |
const Handle< Geom_Curve > & BRepFill_ApproxSeewing::Curve | ( | ) | const |
returns the approximation of the 3d Curve
const Handle< Geom2d_Curve > & BRepFill_ApproxSeewing::CurveOnF1 | ( | ) | const |
returns the approximation of the PCurve on the first face of the MultiLine
const Handle< Geom2d_Curve > & BRepFill_ApproxSeewing::CurveOnF2 | ( | ) | const |
returns the approximation of the PCurve on the first face of the MultiLine
Standard_Boolean BRepFill_ApproxSeewing::IsDone | ( | ) | const |
void BRepFill_ApproxSeewing::Perform | ( | const BRepFill_MultiLine & | ML | ) |