API Reference > OdGe Classes > OdGePolyline2d Class > OdGePolyline2d Methods > OdGePolyline2d::setFitPointAt Method
OdGePolyline2d::setFitPointAt Method
Syntax
C++
OdGeSplineEnt2d& setFitPointAt(int fitPointIndex, const OdGePoint2d& point);
Parameters 
Description 
int fitPointIndex 
[in] An index by which a fit point is set.  
const OdGePoint2d& point 
[in] Any 2D point to be set. 

Sets the fit point at the specified index, and returns a reference to this curve. 

 

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