API Reference > Classes > Geometry Classes > OdBmGBrep Class > OdBmGBrep Methods > OdBmGBrep::getNextFace Method
OdBmGBrep::getNextFace Method
Syntax
C++
OdBmFacePtr getNextFace(OdBmFacePtr pFace) const;

Returns the face that is next after pFace in the faces array of the current B-Rep. Returns the first face in the array if pFace is null or the last face in the faces array.

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