Parameters |
Description |
const OdGePoint3dArray& points |
[in] Input contains points(vertexes) to be added to a topography surface. |
eInvalidInput in case of empty input array.
Adds points to a topography surface. Returns eInvalidInput if the topography surface already contains a point with the same XY location, otherwise returns eOk.
The input point will not be added, if the topography surface already contains the input point.
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.
|