API Reference > OdDb Classes > OdDbSection Class > OdDbSection Enumerations > OdDbSection::State Enumeration
OdDbSection::State Enumeration
Syntax
C++
enum State { kPlane = 0x01, kBoundary = 0x02, kVolume = 0x04 };

DbSection.h

Members 
Description 
kPlane = 0x01 
Section plane is unbounded. 
kBoundary = 0x02 
Section plane is bounded from front, sides and back, but has no top or bottom bounds. 
kVolume = 0x04 
Section plane is bounde from front, sides, back, top and bottom. 

Defines the section plane type.

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