API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > getSamplePoints Method > OdGeCurve3d::getSamplePoints Method (double, double, double, OdGePoint3dArray&, OdGeDoubleArray*)
OdGeCurve3d::getSamplePoints Method (double, double, double, OdGePoint3dArray&, OdGeDoubleArray*)
Syntax
C++
void getSamplePoints(double fromParam, double toParam, double approxEps, OdGePoint3dArray& pointArray, OdGeDoubleArray* paramArray = NULL) const;

Returns sample points along this curve and their parameter values in the specified arrays. Not implemented for third-party use only.

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