![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
A framework to convert a 3D curve to a 3D BSpline. This is done by approximation to a BSpline curve within a given tolerance. More...
#include <GeomConvert_ApproxCurve.hxx>
Public Member Functions | |
| GeomConvert_ApproxCurve (const occ::handle< Geom_Curve > &Curve, const double Tol3d, const GeomAbs_Shape Order, const int MaxSegments, const int MaxDegree) | |
| Constructs a curve approximation framework defined by -. | |
| GeomConvert_ApproxCurve (const occ::handle< Adaptor3d_Curve > &Curve, const double Tol3d, const GeomAbs_Shape Order, const int MaxSegments, const int MaxDegree) | |
| Constructs a curve approximation framework defined by -. | |
| occ::handle< Geom_BSplineCurve > | Curve () const |
| Returns the BSpline curve resulting from the approximation algorithm. | |
| bool | IsDone () const |
| returns true if the approximation has been done within required tolerance | |
| bool | HasResult () const |
| Returns true if the approximation did come out with a result that is not NECESSARELY within the required tolerance. | |
| double | MaxError () const |
| Returns the greatest distance between a point on the source conic and the BSpline curve resulting from the approximation. (>0 when an approximation has been done, 0 if no approximation) | |
| void | Dump (Standard_OStream &o) const |
| Print on the stream o information about the object. | |
A framework to convert a 3D curve to a 3D BSpline. This is done by approximation to a BSpline curve within a given tolerance.
| GeomConvert_ApproxCurve::GeomConvert_ApproxCurve | ( | const occ::handle< Geom_Curve > & | Curve, |
| const double | Tol3d, | ||
| const GeomAbs_Shape | Order, | ||
| const int | MaxSegments, | ||
| const int | MaxDegree ) |
Constructs a curve approximation framework defined by -.
| GeomConvert_ApproxCurve::GeomConvert_ApproxCurve | ( | const occ::handle< Adaptor3d_Curve > & | Curve, |
| const double | Tol3d, | ||
| const GeomAbs_Shape | Order, | ||
| const int | MaxSegments, | ||
| const int | MaxDegree ) |
Constructs a curve approximation framework defined by -.
| occ::handle< Geom_BSplineCurve > GeomConvert_ApproxCurve::Curve | ( | ) | const |
Returns the BSpline curve resulting from the approximation algorithm.
| void GeomConvert_ApproxCurve::Dump | ( | Standard_OStream & | o | ) | const |
Print on the stream o information about the object.
| bool GeomConvert_ApproxCurve::HasResult | ( | ) | const |
Returns true if the approximation did come out with a result that is not NECESSARELY within the required tolerance.
| bool GeomConvert_ApproxCurve::IsDone | ( | ) | const |
returns true if the approximation has been done within required tolerance
| double GeomConvert_ApproxCurve::MaxError | ( | ) | const |
Returns the greatest distance between a point on the source conic and the BSpline curve resulting from the approximation. (>0 when an approximation has been done, 0 if no approximation)