#include <Geom2d_BoundedCurve.hxx>
Inheritance diagram for Geom2d_BoundedCurve:
Public Member Functions | |
virtual Standard_EXPORT gp_Pnt2d | EndPoint () const =0 |
Returns the end point of the curve. The end point is the value of the curve for the "LastParameter" of the curve. . | |
virtual Standard_EXPORT gp_Pnt2d | StartPoint () const =0 |
Returns the start point of the curve. The start point is the value of the curve for the "FirstParameter" of the curve. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
Implemented in Geom2d_BezierCurve, Geom2d_BSplineCurve, and Geom2d_TrimmedCurve. |
|
Reimplemented from Geom2d_Curve. Reimplemented in Geom2d_BezierCurve, Geom2d_BSplineCurve, and Geom2d_TrimmedCurve. |
|
Implemented in Geom2d_BezierCurve, Geom2d_BSplineCurve, and Geom2d_TrimmedCurve. |