Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_Geom2d_Circle.hxx>
#include <GCE2d_Root.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | GCE2d_MakeCircle |
This class implements the following algorithms used to create Cirlec from Geom2d. * Create a Circle parallel to another and passing though a point. * Create a Circle parallel to another at the distance Dist. * Create a Circle passing through 3 points. * Create a Circle with its center and the normal of its plane and its radius. * Create a Circle with its axis and radius. More... |