Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmSiteSurfaceHelper::addPoints Method
Syntax
C++
OdResult addPoints(const OdGePoint3dArray& points);

Adds points to a topography surface. Returns eInvalidInput if the topography surface already contains a point with the same XY location, otherwise returns eOk. 

 

Parameters
Description
points
[in] Input contains points(vertexes) to be added to a topography surface.

eInvalidInput in case of empty input array.

The input point will not be added, if the topography surface already contains the input point. 

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.