API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::removeFaces Method
OdModelerGeometry::removeFaces Method
Syntax
C++
virtual OdResult removeFaces(const OdArray<OdDbSubentId *> & faceSubentIds) = 0;
Parameters 
Description 
const OdArray<OdDbSubentId *> & faceSubentIds 
[in] Array of faces' subentity IDs. Faces with specified IDs will be removed.
 

Returns eOk if successful or an appropriate error code in the other case.

Removes the specified faces from this ModelerGeometry object. 

 

After removing the specified faces, the adjacent faces will enlarge to fill the gaps.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.