API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::addPoints Method
OdBmSiteSurfaceHelper::addPoints Method
Syntax
C++
OdResult addPoints(const OdGePoint3dArray& points);
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-2021. Open Design Alliance. All rights reserved.