Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSection::SubItem Enumeration
Syntax
C++
enum SubItem { kNone = 0x00, kSectionLine = 0x01, kSectionLineTop = 0x02, kSectionLineBottom = 0x04, kBackLine = 0x08, kBackLineTop = 0x10, kBackLineBottom = 0x20, kVerticalLineTop = 0x40, kVerticalLineBottom = 0x80 };
Members
Description
kNone
No subitem.
kSectionLine
Line subitem.
kSectionLineTop
Line top subitem.
kSectionLineBottom
Line bottom subitem.
kBackLine
Back line subitem.
kBackLineTop
Back line top subitem.
kBackLineBottom
Back line bottom subitem.
kVerticalLineTop
Vertical line top subitem.
kVerticalLineBottom
Vertical line bottom subitem.

Defines subitems for section plane.

File: DbSection.h 

Module: API Reference 

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