API Reference > Structs, Records, Enums > BrEntityFlags Enumeration
BrEntityFlags Enumeration
Syntax
C++
enum BrEntityFlags { kNoFlags = 0, kDoubleSide = 0x001, kVisible = 0x002, kInvisible = 0x004, kHighlight = 0x008, kSelectionIgnore = 0x010, kBimRvEdgeSwapFaces = 0x01000000 };

BrEnums.h

Members 
Description 
kDoubleSide = 0x001 
If it is DoubleSide then not SingleSide and vice versa 
kVisible = 0x002 
Visible should be set by default. kNoFlags is default/drawings version. 
kSelectionIgnore = 0x010 
It cannot be selected 
kBimRvEdgeSwapFaces = 0x01000000 
Internal use only 

Represents bit flags for BrEntity.

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