API Reference > OdBrepBuilder Classes > OdBrepBuilder Class > OdBrepBuilder Methods > OdBrepBuilder::setFlag Method
OdBrepBuilder::setFlag Method
Syntax
C++
void setFlag(const BRepBuilderGeometryId & id, OdUInt32 flag, bool enable);
Parameters 
Description 
const BRepBuilderGeometryId & id 
[in] Entity ID.  
OdUInt32 flag 
[in] Bit flag from the BrEntityFlags enumeration.  
bool enable 
[in] True to enable/set the flag, false to disable/remove the flag. 

Sets a specified bit flag on an object. 

 

BrEntityFlags enumeration.

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