Geom_Curve.hxx File Reference

#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Geom_Curve.hxx>
#include <Geom_Geometry.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.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:

  • how to work with the parametric equation of a curve
    in order to calculate the point of parameter u,
    together with the vector tangent and the derivative
    vectors of order 2, 3,..., N at this point;
  • how to obtain general information about the curve
    (for example, level of continuity, closed
    characteristics, periodicity, bounds of the parameter field);
  • how the parameter changes when a geometric
    transformation is applied to the curve or when the
    orientation of the curve is inverted.
    All curves must have a geometric continuity: a curve is
    at least "C0". Generally, this property is checked at
    the time of construction or when the curve is edited.
    Where this is not the case, the documentation states so explicitly.
    Warning
    The Geom package does not prevent the
    construction of curves with null length or curves which
    self-intersect.
More...
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Mar 3 10:39:48 2011 for Open CASCADE Technology by  doxygen 1.6.3