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& paramArray |
[out] Receives an array of parameters at each point. |
bool forceResampling = false |
[in] sample points are forced to be regenerated. |
Returns sample points along this curve and their parameter values in the specified arrays.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|