Parameters |
Description |
double dStartParam |
[in] The lower bound on which to create a sub-contour. |
double dEndParam |
[in] The upper bound on which to create a sub-contour. |
Contour2D & rSubContour |
[out] Resulting sub-contour. |
const OdGeTol & gTol = FMGeGbl::gTol |
[in] Tolerance. |
eOk if the sub-contour is computed successfully, or a corresponding error type otherwise.
Gets a sub-contour given by two parameters.
If (dStartParam > dEndParam), the rSubContour has the opposite direction.
Copyright © 2002-2020. Open Design Alliance. All rights reserved.
|