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_PConicTool Class Reference

    Implementation of the ParTool from IntImpParGen for conics of gp, using the class PConic from IntCurve. More...

    #include <IntCurve_PConicTool.hxx>

    Static Public Member Functions

    static double EpsX (const IntCurve_PConic &C)
    static int NbSamples (const IntCurve_PConic &C)
    static int NbSamples (const IntCurve_PConic &C, const double U0, const double U1)
    static gp_Pnt2d Value (const IntCurve_PConic &C, const double X)
    static void D1 (const IntCurve_PConic &C, const double U, gp_Pnt2d &P, gp_Vec2d &T)
    static void D2 (const IntCurve_PConic &C, const double U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N)

    Detailed Description

    Implementation of the ParTool from IntImpParGen for conics of gp, using the class PConic from IntCurve.

    Member Function Documentation

    ◆ D1()

    void IntCurve_PConicTool::D1 ( const IntCurve_PConic & C,
    const double U,
    gp_Pnt2d & P,
    gp_Vec2d & T )
    static

    ◆ D2()

    void IntCurve_PConicTool::D2 ( const IntCurve_PConic & C,
    const double U,
    gp_Pnt2d & P,
    gp_Vec2d & T,
    gp_Vec2d & N )
    static

    ◆ EpsX()

    double IntCurve_PConicTool::EpsX ( const IntCurve_PConic & C)
    static

    ◆ NbSamples() [1/2]

    int IntCurve_PConicTool::NbSamples ( const IntCurve_PConic & C)
    static

    ◆ NbSamples() [2/2]

    int IntCurve_PConicTool::NbSamples ( const IntCurve_PConic & C,
    const double U0,
    const double U1 )
    static

    ◆ Value()

    gp_Pnt2d IntCurve_PConicTool::Value ( const IntCurve_PConic & C,
    const double X )
    static

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