API Reference > OdDb Classes > OdDbPolyline Class > OdDbPolyline Methods > getLineSegAt Method > OdDbPolyline::getLineSegAt Method (unsigned int, OdGeLineSeg3d&)
OdDbPolyline::getLineSegAt Method (unsigned int, OdGeLineSeg3d&)
Syntax
C++
void getLineSegAt(unsigned int segmentIndex, OdGeLineSeg3d& line3d) const;
Parameters 
Description 
unsigned int segmentIndex 
[in] Segment index.  
OdGeLineSeg3d& line3d 
[out] Receives the WCS line segment. 

Returns the specified WCS line segment of this Polyline entity.

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