API Reference > OdDb Classes > OdDbSectionSettings Class > OdDbSectionSettings Enumerations > OdDbSectionSettings::SectionType Enumeration
OdDbSectionSettings::SectionType Enumeration
Syntax
C++
enum SectionType { kLiveSection = 0x1, k2dSection = 0x2, k3dSection = 0x4 };

DbSection.h

Members 
Description 
kLiveSection = 0x1 
Live section. 
k2dSection = 0x2 
2-dimensional section. 
k3dSection = 0x4 
3-dimensional section. 

Defines section types for section generation.

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