Parameters |
Description |
OdUInt32 size |
[in] Number of points to add. |
const OdGePoint2d* vecSource |
[in] Pointer to an array of points. |
const double* bulgeSource = NULL |
[in] (Optional) Pointer to an array of bulge values. The array must be the same size as vecSource. |
eOk if the vertices array appended successfully, or a corresponding error type otherwise.
Appends vertices to the end of this contour.
Copyright © 2002-2020. Open Design Alliance. All rights reserved.
|