API Reference > OdGe Classes > OdGeCurve2d Class > OdGeCurve2d Methods > OdGeCurve2d::hasEndPoint Method
OdGeCurve2d::hasEndPoint Method
Syntax
C++
bool hasEndPoint(OdGePoint2d& endPoint) const;
Parameters 
Description 
OdGePoint2d& endPoint 
[out] Receives the end point of the interval. 

Returns true, and the end point, if and only if the parametric interval of the curve has an upper bound. 

 

By default this function throws the exception "not Implemented". Should be implemented in derived classes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.