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

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

Appends an edge to a edgeHist by id. 

 

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