API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > OdDbPolyline::setBulgeAt Method
OdDbPolyline::setBulgeAt Method
Syntax
C++
void setBulgeAt(unsigned int index, double bulge);
Parameters 
Description 
unsigned int index 
[in] Segment index.  
double bulge 
[in] Bulge. 

Sets the bulge of the specified segment of this Polyline entity. 

 

Bulge is the tangent of 1/4 the included angle of the arc segment, measured counterclockwise.

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