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

    The EdgeFaceTool computes the UV coordinates at a given parameter on a Curve and a Surface. It also compute the signed curvature value in a direction at a given u,v point on a surface. More...

    #include <HLRBRep_EdgeFaceTool.hxx>

    Static Public Member Functions

    static double CurvatureValue (const HLRBRep_SurfacePtr F, const double U, const double V, const gp_Dir &Tg)
    static bool UVPoint (const double Par, const HLRBRep_CurvePtr E, const HLRBRep_SurfacePtr F, double &U, double &V)
     return True if U and V are found.

    Detailed Description

    The EdgeFaceTool computes the UV coordinates at a given parameter on a Curve and a Surface. It also compute the signed curvature value in a direction at a given u,v point on a surface.

    Member Function Documentation

    ◆ CurvatureValue()

    double HLRBRep_EdgeFaceTool::CurvatureValue ( const HLRBRep_SurfacePtr F,
    const double U,
    const double V,
    const gp_Dir & Tg )
    static

    ◆ UVPoint()

    bool HLRBRep_EdgeFaceTool::UVPoint ( const double Par,
    const HLRBRep_CurvePtr E,
    const HLRBRep_SurfacePtr F,
    double & U,
    double & V )
    static

    return True if U and V are found.


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