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

    Intersection between two <Bisec> from Bisector. More...

    #include <Bisector_Inter.hxx>

    Inheritance diagram for Bisector_Inter:

    Public Member Functions

     Bisector_Inter ()
     Bisector_Inter (const Bisector_Bisec &C1, const IntRes2d_Domain &D1, const Bisector_Bisec &C2, const IntRes2d_Domain &D2, const double TolConf, const double Tol, const bool ComunElement)
     Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimization of the computation.
    void Perform (const Bisector_Bisec &C1, const IntRes2d_Domain &D1, const Bisector_Bisec &C2, const IntRes2d_Domain &D2, const double TolConf, const double Tol, const bool ComunElement)
     Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimization of the computation.
    Public Member Functions inherited from IntRes2d_Intersection
    bool IsDone () const
     returns TRUE when the computation was successful.
    bool IsEmpty () const
     Returns TRUE if there is no intersection between the given arguments. The exception NotDone is raised if IsDone returns FALSE.
    int NbPoints () const
     This function returns the number of intersection points between the 2 curves. The exception NotDone is raised if IsDone returns FALSE.
    const IntRes2d_IntersectionPointPoint (const int N) const
     This function returns the intersection point of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints).
    int NbSegments () const
     This function returns the number of intersection segments between the two curves. The exception NotDone is raised if IsDone returns FALSE.
    const IntRes2d_IntersectionSegmentSegment (const int N) const
     This function returns the intersection segment of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints).
    void SetReversedParameters (const bool Reverseflag)

    Additional Inherited Members

    Protected Member Functions inherited from IntRes2d_Intersection
     IntRes2d_Intersection ()
     Empty constructor.
     IntRes2d_Intersection (const IntRes2d_Intersection &Other)
    IntRes2d_Intersectionoperator= (const IntRes2d_Intersection &theOther)=default
     Assignment.
     ~IntRes2d_Intersection ()=default
     Destructor is protected, for safe inheritance.
    void SetValues (const IntRes2d_Intersection &Inter)
    void Append (const IntRes2d_Intersection &Inter, const double FirstParam1, const double LastParam1, const double FirstParam2, const double LastParam2)
    void Append (const IntRes2d_IntersectionSegment &Seg)
    void Append (const IntRes2d_IntersectionPoint &Pnt)
    void Insert (const IntRes2d_IntersectionPoint &Pnt)
    void ResetFields ()
    bool ReversedParameters () const
    Protected Attributes inherited from IntRes2d_Intersection
    NCollection_Sequence< IntRes2d_IntersectionPointlpnt
    NCollection_Sequence< IntRes2d_IntersectionSegmentlseg
    bool done
    bool reverse

    Detailed Description

    Intersection between two <Bisec> from Bisector.

    Constructor & Destructor Documentation

    ◆ Bisector_Inter() [1/2]

    Bisector_Inter::Bisector_Inter ( )

    ◆ Bisector_Inter() [2/2]

    Bisector_Inter::Bisector_Inter ( const Bisector_Bisec & C1,
    const IntRes2d_Domain & D1,
    const Bisector_Bisec & C2,
    const IntRes2d_Domain & D2,
    const double TolConf,
    const double Tol,
    const bool ComunElement )

    Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimization of the computation.

    Member Function Documentation

    ◆ Perform()

    void Bisector_Inter::Perform ( const Bisector_Bisec & C1,
    const IntRes2d_Domain & D1,
    const Bisector_Bisec & C2,
    const IntRes2d_Domain & D2,
    const double TolConf,
    const double Tol,
    const bool ComunElement )

    Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimization of the computation.


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