API Reference > Classes > MEP Classes > OdBmRbsCurve Class > OdBmRbsCurve Methods > OdBmRbsCurve::getEndPoint Method
OdBmRbsCurve::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 the curve.

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