API Reference > OdGe Classes > OdGeCurve2d Class > OdGeCurve2d Methods > getSamplePoints Method > OdGeCurve2d::getSamplePoints Method (int, OdGePoint2dArray&)
OdGeCurve2d::getSamplePoints Method (int, OdGePoint2dArray&)
Syntax
C++
void getSamplePoints(int numSample, OdGePoint2dArray& pointArray) const;
Parameters 
Description 
int numSample 
[out] Receives a quantity of sample points.  
OdGePoint2dArray& pointArray 
[out] Receives sample points. 

Returns a quantity of sample points along this curve and the points themselves in the specified arrays.

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