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

    Internal tool used to compute the normal and its derivatives. More...

    #include <Contap_SurfProps.hxx>

    Static Public Member Functions

    static void Normale (const occ::handle< Adaptor3d_Surface > &S, const double U, const double V, gp_Pnt &P, gp_Vec &N)
     Computes the point.
    static void DerivAndNorm (const occ::handle< Adaptor3d_Surface > &S, const double U, const double V, gp_Pnt &P, gp_Vec &d1u, gp_Vec &d1v, gp_Vec &N)
     Computes the point.
    static void NormAndDn (const occ::handle< Adaptor3d_Surface > &S, const double U, const double V, gp_Pnt &P, gp_Vec &N, gp_Vec &Dnu, gp_Vec &Dnv)
     Computes the point.

    Detailed Description

    Internal tool used to compute the normal and its derivatives.

    Member Function Documentation

    ◆ DerivAndNorm()

    void Contap_SurfProps::DerivAndNorm ( const occ::handle< Adaptor3d_Surface > & S,
    const double U,
    const double V,
    gp_Pnt & P,
    gp_Vec & d1u,
    gp_Vec & d1v,
    gp_Vec & N )
    static

    Computes the point.

    , and normal vector <N> on at parameters U,V.

    ◆ Normale()

    void Contap_SurfProps::Normale ( const occ::handle< Adaptor3d_Surface > & S,
    const double U,
    const double V,
    gp_Pnt & P,
    gp_Vec & N )
    static

    Computes the point.

    , and normal vector <N> on at parameters U,V.

    ◆ NormAndDn()

    void Contap_SurfProps::NormAndDn ( const occ::handle< Adaptor3d_Surface > & S,
    const double U,
    const double V,
    gp_Pnt & P,
    gp_Vec & N,
    gp_Vec & Dnu,
    gp_Vec & Dnv )
    static

    Computes the point.

    , normal vector <N>, and its derivatives <Dnu> and <Dnv> on at parameters U,V.


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