Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Circ.hxx>
#include <gce_Root.hxx>
#include <Standard_Real.hxx>
Data Structures | |
class | gce_MakeCirc |
This class implements the following algorithms used to create Circ from gp. * Create a Circ coaxial to another and passing though a point. * Create a Circ coaxial to another at the distance Dist. * Create a Circ passing through 3 points. * Create a Circ with its center and the normal of its plane and its radius. * Create a Circ with its center and its plane and its radius. * Create a Circ with its axis and radius. * Create a Circ with two points giving its axis and its radius. * Create a Circ with is Ax2 and its Radius. More... |