Parameters |
Description |
const OdGeCurve2d* source |
[in] Source curve to convert. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Accuracy of conversion. |
bool sameParametrization = false |
[in] Necessity of parametrization preserving during conversion. |
Raw pointer to the converted spline or a NULL pointer if conversion failed.
Converts a source curve to a spline with the given tolerance and parametrization settings in the native range of the source curve.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|