Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmSiteSurfaceHelper::changePointElevation Method
Syntax
C++
OdResult changePointElevation(const OdGePoint3d& point, double elevValue);

Changes the elevation value for a point. 

 

Parameters
Description
point
[in] Point, eleveation value for which will be changed.
elevValue
[in] New elevation value.

eInvalidInput if the input point 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.

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