API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > appendSamplePoints Method > OdGeCurve3d::appendSamplePoints Method (double, double, double, OdGePoint3dArray&, OdGeDoubleArray*)
OdGeCurve3d::appendSamplePoints Method (double, double, double, OdGePoint3dArray&, OdGeDoubleArray*)
Syntax
C++
void appendSamplePoints(double fromParam, double toParam, double approxEps, OdGePoint3dArray& pointArray, OdGeDoubleArray* pParamArray = NULL) const;
Parameters 
Description 
double fromParam 
[in] Starting parameter value.  
double toParam 
[in] Ending parameter value.  
double approxEps 
[in] Approximate spacing along a curve.  
OdGePoint3dArray& pointArray 
[out] Receives an array of sample points.  
OdGeDoubleArray* pParamArray = NULL 
[out] Receives an array of parameters at each point. 

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

 

The signature appendSamplePoints(double, double, double, OdGePoint3dArray&, OdGeDoubleArray*) is currently not implemented.

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