M

TopographySurface.MovePoints

Description:
Moves a collection of points in a topography surface by a designated vector.
Remarks:
The points which don't exist in the current TopographySurface will be ignored. This function ignores input points that do not exist, unless all of the input points do not exist, which will result in an exception. This applies to a TopographySurface element (not a SiteSubRegion or a topography surface associated with a BuildingPad), which shoule be in an active TopographyEditScope.
public void MovePoints(
	IList<XYZ> movedPoints,
	XYZ moveVector
)
  • movedPoints
    The points to be moved.
  • moveVector
    The vector which describes the distance and direction for the move. Note that the Z value represents a change in elevation, pass Z=0 to move the point without changing the elevation.