Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolyline::getWidthsAt Method
Syntax
C++
void getWidthsAt(unsigned int segmentIndex, double& startWidth, double& endWidth) const;

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

 

Parameters
Description
segmentIndex
[in] Segment index.
startWidth
[out] Receives the start width for the vertex.
endWidth
[out] Receives the end width for the vertex.
Copyright © 2002-2022. Open Design Alliance All rights reserved.