API Reference > Classes > Geometry Classes > OdBmGCurve Class > OdBmGCurve Methods > OdBmGCurve::getEndPoint Method
OdBmGCurve::getEndPoint Method
Syntax
C++
OdResult getEndPoint(OdGePoint3d& retVal, OdUInt32 index) const;
Parameters 
Description 
OdGePoint3d& retVal 
[out] Output point on curve.  
OdUInt32 index 
[in] Input parameter. index - 0 return start point. index - 1 return end point. 

Returns point of existing curve.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.