API Reference > Classes > Main Classes > OdBmSiteSurfaceHelper Class > OdBmSiteSurfaceHelper Methods > OdBmSiteSurfaceHelper::deletePoints Method
OdBmSiteSurfaceHelper::deletePoints Method
Syntax
C++
OdResult deletePoints(const OdGePoint3dArray& points);
Parameters 
Description 
const OdGePoint3dArray& points 
[in] Input contains points(vertexes) to be deleted from a topography surface. 

eInvalidInput in case of empty input array.

Deletes points from a topography surface. 

 

Points will be deleted if they matched in XY. Points that do not exist in a topography surface will be ignored, unless all of the input points do not exist, which will returns eInvalidInput. 

 

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