Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::removeFaces Method
Syntax
C++
virtual OdResult removeFaces(const OdArray<OdDbSubentId *> & faceSubentIds) = 0;

Removes the specified faces from this ModelerGeometry object. 

 

Parameters
Description
faceSubentIds
[in] Array of faces' subentity IDs. Faces with specified IDs will be removed.

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

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.