API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::setSurface Method (OdGePoint3dArray&)
OdBmSiteSurfaceHelper::setSurface Method (OdGePoint3dArray&)
Syntax
C++
OdResult setSurface(const OdGePoint3dArray& points);
Parameters 
Description 
const OdGePoint3dArray& points 
[in] Input contains points (vertexes) of the surface 

eInvalidInput if the operation is not permitted.  

eOk - otherwise.

Creates a new topography surface element from points. 

 

It is not permited if points shared the same XY location (even with different elevations). 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.