Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::getSamplePoints Method (const OdGeInterval*, double, OdGePoint3dArray&, OdGeDoubleArray*)
Syntax
C++
void getSamplePoints(const OdGeInterval* paramInterval, double approxEps, OdGePoint3dArray& pointArray, OdGeDoubleArray* pParamArray = NULL) const;

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

 

Parameters
Description
paramInterval
[in] Pointer to the parametric interval.
approxEps
[in] Approximate spacing along a curve.
pointArray
[out] Receives an array of sample points.
pParamArray
[out] (Optional) Receives an array of parameters at each point.

If paramInterval is null, the current curve interval will be used.

Copyright © 2002-2022. Open Design Alliance All rights reserved.