Open CASCADE Technology
6.5.4
|
#include <Adaptor3d_HCurveOnSurface.hxx>
Public Member Functions | |
Adaptor3d_HCurveOnSurface () | |
Adaptor3d_HCurveOnSurface (const Adaptor3d_CurveOnSurface &C) | |
void | Set (const Adaptor3d_CurveOnSurface &C) |
const Adaptor3d_Curve & | Curve () const |
Returns a pointer to the Curve inside the HCurve. | |
Adaptor3d_Curve & | GetCurve () |
Returns a pointer to the Curve inside the HCurve. | |
Adaptor3d_CurveOnSurface & | ChangeCurve () |
Protected Attributes | |
Adaptor3d_CurveOnSurface | myCurve |
const Adaptor3d_Curve& Adaptor3d_HCurveOnSurface::Curve | ( | ) | const [virtual] |
Implements Adaptor3d_HCurve.
Adaptor3d_Curve& Adaptor3d_HCurveOnSurface::GetCurve | ( | ) | [virtual] |
Implements Adaptor3d_HCurve.