Parameters |
Description |
double fromParam |
[in] Starting parameter value. |
double toParam |
[in] Ending parameter value. |
double approxEps |
[in] Approximate spacing along a curve. |
OdGePoint2dArray& pointArray |
[out] Pointer an array of sample points which are appended. |
OdGeDoubleArray* pParamArray = NULL |
[in] Pointer to an array to receive the parameters at each point. |
Appends sample points along this curve and their parameter values to the specified arrays.
By default this function throws exception "not Implemented". Should be implemented in derived classes.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|