API Reference > Classes > Geometry Classes > OdBmGeomGenerator Class > OdBmGeomGenerator Methods > OdBmGeomGenerator::append Method (OdBmFaceHist&, OdInt32, bool)
OdBmGeomGenerator::append Method (OdBmFaceHist&, OdInt32, bool)
Syntax
C++
OdResult append(const OdBmFaceHist& faceHist, const OdInt32 id, const bool forceAppend = true);
Parameters 
Description 
const OdBmFaceHist& faceHist 
[in/out] A reference to a faceHist.  
const OdInt32 id 
[in] A face id.  
const bool forceAppend = true 
[in] Flag, whether to perform a force append.
 

eOk if the operation is successful, or an appropriate error code otherwise.

Appends a face to a faceHist by id. 

 

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