Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#include <Geom2dAdaptor_Curve.hxx>
Data Structures | |
class | BRepAdaptor_Curve2d |
The Curve2d from BRepAdaptor allows to use an Edge on a Face like a 2d curve. (curve in the parametric space). It has the methods of the class Curve2d from Adpator. It is created or initialized with a Face and an Edge. The methods are inherited from Curve from Geom2dAdaptor. More... |