OdResult changePointElevation(const OdGePoint3d& point, doubleelevValue);
Description
Changes the elevation value for a point.
Parameters
Parameters
Description
point
[in] Point, eleveation value for which will be changed.
elevValue
[in] New elevation value.
Returns
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.