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

Returns true, and the start point, if and only if the parametric interval of the curve has a lower 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.