API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > OdDbPolyline::getWidthsAt Method
OdDbPolyline::getWidthsAt Method
Syntax
C++
void getWidthsAt(unsigned int segmentIndex, double& startWidth, double& endWidth) const;
Parameters 
Description 
unsigned int segmentIndex 
[in] Segment index.  
double& startWidth 
[out] Receives the start width for the vertex.  
double& endWidth 
[out] Receives the end width for the vertex. 

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

 

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