OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    IntCurve_ProjectOnPConicTool Class Reference

    This class provides a tool which computes the parameter of a point near a parametric conic. More...

    #include <IntCurve_ProjectOnPConicTool.hxx>

    Static Public Member Functions

    static double FindParameter (const IntCurve_PConic &C, const gp_Pnt2d &Pnt, const double Tol)
     Returns the parameter V of the point on the parametric curve corresponding to the Point Pnt. The Correspondence between Pnt and the point P(V) on the parametric curve must be coherent with the way of determination of the signed distance between a point and the implicit curve. Tol is the tolerance on the distance between a point and the parametrised curve. In that case, no bounds are given. The research of the right parameter has to be made on the natural parametric domain of the curve.
    static double FindParameter (const IntCurve_PConic &C, const gp_Pnt2d &Pnt, const double LowParameter, const double HighParameter, const double Tol)
     Returns the parameter V of the point on the parametric curve corresponding to the Point Pnt. The Correspondence between Pnt and the point P(V) on the parametric curve must be coherent with the way of determination of the signed distance between a point and the implicit curve. Tol is the tolerance on the distance between a point and the parametrised curve. LowParameter and HighParameter give the boundaries of the interval in which the parameter certainly lies. These parameters are given to implement a more efficient algorithm. So, it is not necessary to check that the returned value verifies LowParameter <= Value <= HighParameter.

    Detailed Description

    This class provides a tool which computes the parameter of a point near a parametric conic.

    Member Function Documentation

    ◆ FindParameter() [1/2]

    double IntCurve_ProjectOnPConicTool::FindParameter ( const IntCurve_PConic & C,
    const gp_Pnt2d & Pnt,
    const double LowParameter,
    const double HighParameter,
    const double Tol )
    static

    Returns the parameter V of the point on the parametric curve corresponding to the Point Pnt. The Correspondence between Pnt and the point P(V) on the parametric curve must be coherent with the way of determination of the signed distance between a point and the implicit curve. Tol is the tolerance on the distance between a point and the parametrised curve. LowParameter and HighParameter give the boundaries of the interval in which the parameter certainly lies. These parameters are given to implement a more efficient algorithm. So, it is not necessary to check that the returned value verifies LowParameter <= Value <= HighParameter.

    ◆ FindParameter() [2/2]

    double IntCurve_ProjectOnPConicTool::FindParameter ( const IntCurve_PConic & C,
    const gp_Pnt2d & Pnt,
    const double Tol )
    static

    Returns the parameter V of the point on the parametric curve corresponding to the Point Pnt. The Correspondence between Pnt and the point P(V) on the parametric curve must be coherent with the way of determination of the signed distance between a point and the implicit curve. Tol is the tolerance on the distance between a point and the parametrised curve. In that case, no bounds are given. The research of the right parameter has to be made on the natural parametric domain of the curve.


    The documentation for this class was generated from the following file: