Open CASCADE Technology 7.8.2.dev
|
Approximation of a Curve to make its parameter be its curvilinear abscissa. If the curve is a curve on a surface S, C2D is the corresponding Pcurve, we consider the curve is given by its representation. More...
#include <Approx_CurvilinearParameter.hxx>
Public Member Functions | |
Approx_CurvilinearParameter (const Handle< Adaptor3d_Curve > &C3D, const Standard_Real Tol, const GeomAbs_Shape Order, const Standard_Integer MaxDegree, const Standard_Integer MaxSegments) | |
case of a free 3D curve | |
Approx_CurvilinearParameter (const Handle< Adaptor2d_Curve2d > &C2D, const Handle< Adaptor3d_Surface > &Surf, const Standard_Real Tol, const GeomAbs_Shape Order, const Standard_Integer MaxDegree, const Standard_Integer MaxSegments) | |
case of a curve on one surface | |
Approx_CurvilinearParameter (const Handle< Adaptor2d_Curve2d > &C2D1, const Handle< Adaptor3d_Surface > &Surf1, const Handle< Adaptor2d_Curve2d > &C2D2, const Handle< Adaptor3d_Surface > &Surf2, const Standard_Real Tol, const GeomAbs_Shape Order, const Standard_Integer MaxDegree, const Standard_Integer MaxSegments) | |
case of a curve on two surfaces | |
Standard_Boolean | IsDone () const |
Standard_Boolean | HasResult () const |
Handle< Geom_BSplineCurve > | Curve3d () const |
returns the Bspline curve corresponding to the reparametrized 3D curve | |
Standard_Real | MaxError3d () const |
returns the maximum error on the reparametrized 3D curve | |
Handle< Geom2d_BSplineCurve > | Curve2d1 () const |
returns the BsplineCurve representing the reparametrized 2D curve on the first surface (case of a curve on one or two surfaces) | |
Standard_Real | MaxError2d1 () const |
returns the maximum error on the first reparametrized 2D curve | |
Handle< Geom2d_BSplineCurve > | Curve2d2 () const |
returns the BsplineCurve representing the reparametrized 2D curve on the second surface (case of a curve on two surfaces) | |
Standard_Real | MaxError2d2 () const |
returns the maximum error on the second reparametrized 2D curve | |
void | Dump (Standard_OStream &o) const |
print the maximum errors(s) | |
Approximation of a Curve to make its parameter be its curvilinear abscissa. If the curve is a curve on a surface S, C2D is the corresponding Pcurve, we consider the curve is given by its representation.
If the curve is a curve on 2 surfaces S1 and S2 and C2D1 C2D2 are the two corresponding Pcurve, we consider the curve is given by its representation
Approx_CurvilinearParameter::Approx_CurvilinearParameter | ( | const Handle< Adaptor3d_Curve > & | C3D, |
const Standard_Real | Tol, | ||
const GeomAbs_Shape | Order, | ||
const Standard_Integer | MaxDegree, | ||
const Standard_Integer | MaxSegments ) |
case of a free 3D curve
Approx_CurvilinearParameter::Approx_CurvilinearParameter | ( | const Handle< Adaptor2d_Curve2d > & | C2D, |
const Handle< Adaptor3d_Surface > & | Surf, | ||
const Standard_Real | Tol, | ||
const GeomAbs_Shape | Order, | ||
const Standard_Integer | MaxDegree, | ||
const Standard_Integer | MaxSegments ) |
case of a curve on one surface
Approx_CurvilinearParameter::Approx_CurvilinearParameter | ( | const Handle< Adaptor2d_Curve2d > & | C2D1, |
const Handle< Adaptor3d_Surface > & | Surf1, | ||
const Handle< Adaptor2d_Curve2d > & | C2D2, | ||
const Handle< Adaptor3d_Surface > & | Surf2, | ||
const Standard_Real | Tol, | ||
const GeomAbs_Shape | Order, | ||
const Standard_Integer | MaxDegree, | ||
const Standard_Integer | MaxSegments ) |
case of a curve on two surfaces
Handle< Geom2d_BSplineCurve > Approx_CurvilinearParameter::Curve2d1 | ( | ) | const |
returns the BsplineCurve representing the reparametrized 2D curve on the first surface (case of a curve on one or two surfaces)
Handle< Geom2d_BSplineCurve > Approx_CurvilinearParameter::Curve2d2 | ( | ) | const |
returns the BsplineCurve representing the reparametrized 2D curve on the second surface (case of a curve on two surfaces)
Handle< Geom_BSplineCurve > Approx_CurvilinearParameter::Curve3d | ( | ) | const |
returns the Bspline curve corresponding to the reparametrized 3D curve
void Approx_CurvilinearParameter::Dump | ( | Standard_OStream & | o | ) | const |
print the maximum errors(s)
Standard_Boolean Approx_CurvilinearParameter::HasResult | ( | ) | const |
Standard_Boolean Approx_CurvilinearParameter::IsDone | ( | ) | const |
Standard_Real Approx_CurvilinearParameter::MaxError2d1 | ( | ) | const |
returns the maximum error on the first reparametrized 2D curve
Standard_Real Approx_CurvilinearParameter::MaxError2d2 | ( | ) | const |
returns the maximum error on the second reparametrized 2D curve
Standard_Real Approx_CurvilinearParameter::MaxError3d | ( | ) | const |
returns the maximum error on the reparametrized 3D curve