API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > OdDbPolyline::setWidthsAt Method
OdDbPolyline::setWidthsAt Method
Syntax
C++
void setWidthsAt(unsigned int index, double startWidth, double endWidth);
Parameters 
Description 
unsigned int index 
[in] Segment index.  
double startWidth 
[in] Start width for the vertex.  
double endWidth 
[in] End width for the vertex. 

Sets the start and end widths for the specified segment of this Polyline entity. 

 

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