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

    This class provides a tool on the "interior point" that can be used to instantiates the Walking algorithms (see package IntWalk). More...

    #include <IntSurf_InteriorPointTool.hxx>

    Static Public Member Functions

    static gp_Pnt Value3d (const IntSurf_InteriorPoint &PStart)
     Returns the 3d coordinates of the starting point.
    static void Value2d (const IntSurf_InteriorPoint &PStart, double &U, double &V)
     Returns the <U,V> parameters which are associated with.
    static gp_Vec Direction3d (const IntSurf_InteriorPoint &PStart)
     returns the tangent at the intersection in 3d space associated to
    static gp_Dir2d Direction2d (const IntSurf_InteriorPoint &PStart)
     returns the tangent at the intersection in the parametric space of the parametrized surface.This tangent is associated to the value2d

    Detailed Description

    This class provides a tool on the "interior point" that can be used to instantiates the Walking algorithms (see package IntWalk).

    Member Function Documentation

    ◆ Direction2d()

    gp_Dir2d IntSurf_InteriorPointTool::Direction2d ( const IntSurf_InteriorPoint & PStart)
    static

    returns the tangent at the intersection in the parametric space of the parametrized surface.This tangent is associated to the value2d

    ◆ Direction3d()

    gp_Vec IntSurf_InteriorPointTool::Direction3d ( const IntSurf_InteriorPoint & PStart)
    static

    returns the tangent at the intersection in 3d space associated to

    ◆ Value2d()

    void IntSurf_InteriorPointTool::Value2d ( const IntSurf_InteriorPoint & PStart,
    double & U,
    double & V )
    static

    Returns the <U,V> parameters which are associated with.

    it's the parameters which start the marching algorithm

    ◆ Value3d()

    gp_Pnt IntSurf_InteriorPointTool::Value3d ( const IntSurf_InteriorPoint & PStart)
    static

    Returns the 3d coordinates of the starting point.


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