Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Circ2d.hxx>
#include <gce_Root.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | gce_MakeCirc2d |
This class implements the following algorithms used to create Circ2d from gp. * Create a Circ2d concentric with another and passing though a point. * Create a Circ2d concentric with another at the distance Dist. * Create a Circ2d passing through 3 points. * Create a Circ2d with its center and radius. * Create a Circ2d with its center and a point given the radius. * Create a Circ2d with its axis and its radius. More... |