Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
BRepAdaptor_Curve.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Trsf.hxx>
#include <GeomAdaptor_Curve.hxx>
#include <Handle_Adaptor3d_HCurveOnSurface.hxx>
#include <TopoDS_Edge.hxx>
#include <Adaptor3d_Curve.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Real.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
#include <Handle_Adaptor3d_HCurve.hxx>
#include <GeomAbs_CurveType.hxx>
#include <Handle_Geom_BezierCurve.hxx>
#include <Handle_Geom_BSplineCurve.hxx>

Data Structures

class  BRepAdaptor_Curve
 The Curve from BRepAdaptor allows to use an Edge
of the BRep topology like a 3D curve.

It has the methods the class Curve from Adaptor3d.

It is created or Initialized with an Edge. It
takes into account local coordinate systems. If
the Edge has a 3D curve it is use with priority.
If the edge has no 3D curve one of the curves on
surface is used. It is possible to enforce using a
curve on surface by creating or initialising with
an Edge and a Face.
More...