Parameters |
Description |
const Contour2D& rCont |
[in] Contour to append. |
bool bCloseGap = false |
[in] If true, a segment connecting the points is inserted and the return code is erWarnPointNotOnThis. |
double dMaxGap = 1e99 |
[in] (Optional) The maximum allowable distance between the ends of the connected contours. Default value is 1e99. |
Appends a contour to the end of this contour.
Copyright © 2002-2020. Open Design Alliance. All rights reserved.
|