Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Geom_BoundedCurve Class Reference

The abstract class BoundedCurve describes the
common behavior of bounded curves in 3D space. A
bounded curve is limited by two finite values of the
parameter, termed respectively "first parameter" and
"last parameter". The "first parameter" gives the "start <br> point" of the bounded curve, and the "last parameter"
gives the "end point" of the bounded curve.
The length of a bounded curve is finite.
The Geom package provides three concrete classes of bounded curves:
More...

#include <Geom_BoundedCurve.hxx>

Inheritance diagram for Geom_BoundedCurve:
Inheritance graph
[legend]

Public Member Functions

virtual gp_Pnt EndPoint () const =0
 Returns the end point of the curve.

virtual gp_Pnt StartPoint () const =0
 Returns the start point of the curve.


Detailed Description


Member Function Documentation

virtual gp_Pnt Geom_BoundedCurve::EndPoint ( ) const [pure virtual]
virtual gp_Pnt Geom_BoundedCurve::StartPoint ( ) const [pure virtual]

The documentation for this class was generated from the following file: