Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
fromParam
[in] Starting parameter value.
toParam
[in] Ending parameter value.
approxEps
[in] Approximate spacing along a curve.
pointArray
[out] Receives an array of sample points.
pParamArray
[out] Receives an array of parameters at each point.

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

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