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

    #include <Contap_TheSegmentOfTheSearch.hxx>

    Public Member Functions

     Contap_TheSegmentOfTheSearch ()
     Empty constructor.
    void SetValue (const occ::handle< Adaptor2d_Curve2d > &A)
     Defines the concerned arc.
    void SetLimitPoint (const Contap_ThePathPointOfTheSearch &V, const bool First)
     Defines the first point or the last point, depending on the value of the boolean First.
    const occ::handle< Adaptor2d_Curve2d > & Curve () const
     Returns the geometric curve on the surface 's domain which is solution.
    bool HasFirstPoint () const
     Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc.
    const Contap_ThePathPointOfTheSearchFirstPoint () const
     Returns the first point.
    bool HasLastPoint () const
     Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc.
    const Contap_ThePathPointOfTheSearchLastPoint () const
     Returns the last point.

    Constructor & Destructor Documentation

    ◆ Contap_TheSegmentOfTheSearch()

    Contap_TheSegmentOfTheSearch::Contap_TheSegmentOfTheSearch ( )

    Empty constructor.

    Member Function Documentation

    ◆ Curve()

    const occ::handle< Adaptor2d_Curve2d > & Contap_TheSegmentOfTheSearch::Curve ( ) const
    inline

    Returns the geometric curve on the surface 's domain which is solution.

    ◆ FirstPoint()

    const Contap_ThePathPointOfTheSearch & Contap_TheSegmentOfTheSearch::FirstPoint ( ) const
    inline

    Returns the first point.

    ◆ HasFirstPoint()

    bool Contap_TheSegmentOfTheSearch::HasFirstPoint ( ) const
    inline

    Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc.

    ◆ HasLastPoint()

    bool Contap_TheSegmentOfTheSearch::HasLastPoint ( ) const
    inline

    Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc.

    ◆ LastPoint()

    const Contap_ThePathPointOfTheSearch & Contap_TheSegmentOfTheSearch::LastPoint ( ) const
    inline

    Returns the last point.

    ◆ SetLimitPoint()

    void Contap_TheSegmentOfTheSearch::SetLimitPoint ( const Contap_ThePathPointOfTheSearch & V,
    const bool First )

    Defines the first point or the last point, depending on the value of the boolean First.

    ◆ SetValue()

    void Contap_TheSegmentOfTheSearch::SetValue ( const occ::handle< Adaptor2d_Curve2d > & A)
    inline

    Defines the concerned arc.


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