Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmSiteSurfaceHelper::deletePoints Method
Syntax
C++
OdResult deletePoints(const OdGePoint3dArray& points);

Deletes points from a topography surface. 

 

Parameters
Description
points
[in] Input contains points(vertexes) to be deleted from a topography surface.

eInvalidInput in case of empty input array.

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 © 2002-2022. Open Design Alliance All rights reserved.