API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::changePointsElevation Method
OdBmSiteSurfaceHelper::changePointsElevation Method
Syntax
C++
OdResult changePointsElevation(const OdGePoint3dArray& points, double elevValue);
Parameters 
Description 
const OdGePoint3dArray& points 
[in] An array of points.  
double elevValue 
[in] The new eleveation value.
 

eInvalidInput if all of the input points does not exist in the topography surface or if the given value for elevValue is more than 30000 feet in absolute value.  

eNotApplicable if the points of the topography surface are not editable.

Changes the elevation value for points. 

 

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