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
    GccAna_CircPnt2dBisec.hxx File Reference
    #include <Standard.hxx>
    #include <Standard_DefineAlloc.hxx>
    #include <Standard_Handle.hxx>
    #include <Standard_Boolean.hxx>
    #include <Standard_Integer.hxx>
    #include <gp_Circ2d.hxx>
    #include <gp_Pnt2d.hxx>
    #include <Standard_Real.hxx>

    Data Structures

    class  GccAna_CircPnt2dBisec
     Describes functions for building a bisecting curve between a 2D circle and a point. A bisecting curve between a circle and a point is such a curve that each of its points is at the same distance from the circle and the point. It can be an ellipse, hyperbola, circle or line, depending on the relative position of the point and the circle. The algorithm computes all the elementary curves which are solutions. A CircPnt2dBisec object provides a framework for: More...