API Reference > OdGe Classes > OdGePolyline3d Class > OdGePolyline3d Methods > OdGePolyline3d::setFitPointAt Method
OdGePolyline3d::setFitPointAt Method
Syntax
C++
OdGeSplineEnt3d& setFitPointAt(int index, const OdGePoint3d& point);
Parameters 
Description 
int index 
[in] An index by which a fit point is set.  
const OdGePoint3d& point 
[in] Any 3D 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.