API Reference > OdGe Classes > OdGeAugPolyline3d Class > OdGeAugPolyline3d Methods > OdGeAugPolyline3d::setPoint Method
OdGeAugPolyline3d::setPoint Method
Syntax
C++
OdGeAugPolyline3d& setPoint(int controlpointIndex, const OdGePoint3d& point);
Parameters 
Description 
int controlpointIndex 
[in] Control point index.  
const OdGePoint3d& point 
[in] Any 3D point.
 

A reference to this curve.

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

 

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