Parameters |
Description |
OdGePoint3d& retVal |
[out] Output point on curve. |
double param |
[in] Input parameter to be evaluated. |
bool normalized |
[in] False - param is interpreted as natural parameterization of the curve. True - param is expected to be in [0,1] interval mapped to the bounds of the curve. |
Returns eOk if successful or an appropriate error code in the other case. remarks Normalized parameter calculation is valid only with bounded curves.
Calculates the point on this curve corresponding to the specified parameter value as an OdGePoint3d object.
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.
|