API Reference > OdGe Classes > OdGeCurve2d Class > OdGeCurve2d Methods > appendSamplePoints Method > OdGeCurve2d::appendSamplePoints Method (int, OdGePoint2dArray&)
OdGeCurve2d::appendSamplePoints Method (int, OdGePoint2dArray&)
Syntax
C++
void appendSamplePoints(int numSample, OdGePoint2dArray& pointArray) const;
Parameters 
Description 
int numSample 
[in] Number of samples.  
OdGePoint2dArray& pointArray 
[out] Receives an array of sample points. 

Appends sample points along this curve and their parameter values to the specified arrays. 

 

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