Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures
Geom_Curve.hxx File Reference
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <Geom_Geometry.hxx>
#include <gp_Pnt.hxx>
#include <gp_Vec.hxx>
#include <GeomAbs_Shape.hxx>
#include <Geom_UndefinedDerivative.hxx>
#include <Geom_UndefinedValue.hxx>

Data Structures

class  Geom_Curve
 The abstract class Curve describes the common behavior of curves in 3D space. The Geom package provides numerous concrete classes of derived curves, including lines, circles, conics, Bezier or BSpline curves, etc. The main characteristic of these curves is that they are parameterized. The Geom_Curve class shows: More...
 
struct  Geom_Curve::ResD1
 Result of D1 evaluation: point and first derivative. More...
 
struct  Geom_Curve::ResD2
 Result of D2 evaluation: point and first two derivatives. More...
 
struct  Geom_Curve::ResD3
 Result of D3 evaluation: point and first three derivatives. More...