API Reference > OdDb Classes > OdDbSection Class > OdDbSection Methods > OdDbSection::state Method
OdDbSection::state Method
Syntax
C++
OdDbSection::State state() const;

Retruns the section plane type as enum value.

Possible types are:

kPlane - 0x01 
kBoundary - 0x02 
kVolume - 0x04 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.