API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > getSamplePoints Method > OdGeCurve3d::getSamplePoints Method (int, OdGePoint3dArray&, OdGeDoubleArray&)
OdGeCurve3d::getSamplePoints Method (int, OdGePoint3dArray&, OdGeDoubleArray&)
Syntax
C++
void getSamplePoints(int numSample, OdGePoint3dArray& pointArray, OdGeDoubleArray& paramArray) const;
Parameters 
Description 
int numSample 
[in] Number of samples.  
OdGePoint3dArray& pointArray 
[out] Receives an array of sample points.  
OdGeDoubleArray& paramArray 
[out] Receives an array of parameters at each point. 

Returns sample points along this curve and their parameter values in the specified arrays. 

 

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