API Reference > OdGe Classes > OdGePolyline3d Class > OdGePolyline3d Methods > OdGePolyline3d::evalPointSeg Method
OdGePolyline3d::evalPointSeg Method
Syntax
C++
OdGePoint3d evalPointSeg(double param, int& numSeg) const;
Parameters 
Description 
double param 
[in] Parameter on specified segment.  
int& numSeg 
[in] The segment to be queried. 

Returns the point on the specified segment corresponding to the specified parameter value. 

 

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