API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::movePoints Method
OdBmSiteSurfaceHelper::movePoints Method
Syntax
C++
OdResult movePoints(const OdGePoint3dArray& moved, const OdGeVector3d& dir);
Parameters 
Description 
const OdGePoint3dArray& moved 
[in] An array of points.  
const OdGeVector3d& dir 
[in] Direction vector.
 

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

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

Moves points in a topography surface to a new location. 

 

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