API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::movePoint Method
OdBmSiteSurfaceHelper::movePoint Method
Syntax
C++
OdResult movePoint(const OdGePoint3d& moved, const OdGePoint3d& target);
Parameters 
Description 
const OdGePoint3d& moved 
[in] A point.  
const OdGePoint3d& target 
[in] Target location.
 

eInvalidInput if the moved point does not exist in the topography surface or there is another point with same XY as target.  

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

Moves a point in a topography surface to a new location. 

 

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